Skip to main content

ASPxClientHtmlEditorAudioDialog.GetShowPlayerControlsCheckBox Method

Provides access to the client object of the “Show player controls” check box in the Html Editor’s Audio dialogs.

Declaration

GetShowPlayerControlsCheckBox(): ASPxClientCheckBox

Returns

Type Description
ASPxClientCheckBox

A ASPxClientCheckBox object.

Remarks

Use the GetShowPlayerControlsCheckBox method to access the “Show player controls” 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