ASPxClientHtmlEditorVideoDialog.GetAutoPlayCheckBox Method
Provides access to the client object of the “Auto play” check box in the Html Editor’s Video dialog.
Declaration
GetAutoPlayCheckBox(): ASPxClientCheckBox
Returns
Type | Description |
---|---|
ASPxClientCheckBox | A ASPxClientCheckBox object. |
Remarks
Use the GetAutoPlayCheckBox method to access the “Auto play” check 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