ASPxClientHtmlEditorAudioDialog.GetPreloadModeComboBox Method
Provides access to the client object of the “Preload mode” combo box in the Html Editor’s Audio dialogs.
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 Audio dialogs.
For more information about client APIs related to the Html Editor’s Audio dialogs, refer to the Related Client API section in the Audio dialogs topic.
Online Demo: Html Editor - Dialog Customization
See Also