ASPxClientHtmlEditorFlashDialog.GetEnableFlashMenuCheckBox Method
In This Article
Provides access to the client object of the “Enable flash menu” check box in the Html Editor’s Flash dialog.
#Declaration
TypeScript
GetEnableFlashMenuCheckBox(): ASPxClientCheckBox
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the GetEnableFlashMenuCheckBox method to access the “Enable flash menu” check box in the Html Editor’s Flash Dialogs.
For more information about client APIs related to the Html Editor’s Flash dialog, refer to the Related Client API section in the Flash Dialogs topic.
Online Demo: Html Editor - Dialog Customization
See Also