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