ASPxClientHtmlEditorImageDialog.GetSizeComboBox Method
Provides access to the client object of the “Size” combo box in the Html Editor’s Image dialog.
Declaration
GetSizeComboBox(): ASPxClientComboBox
Returns
Type | Description |
---|---|
ASPxClientComboBox | A ASPxClientComboBox object. |
Remarks
Use the GetSizeComboBox method to access the “Size” combo box in the Html Editor’s Image Dialogs.
For more information about client APIs related to the Html Editor’s Image dialog, refer to the Related Client API section in the Image Dialogs topic.
Online Demo: Html Editor - Dialog Customization
See Also