ASPxClientHtmlEditorAudioDialog.GetLoopCheckBox Method
In This Article
Provides access to the client object of the “Loop” check box in the Html Editor’s Audio dialogs.
#Declaration
TypeScript
GetLoopCheckBox(): ASPxClientCheckBox
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the GetLoopCheckBox method to access the “Loop” check 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