ASPxClientCommandConsts.CHANGEFLASH_DIALOG_COMMAND Property
In This Article
Identifies a command that invokes the Change Flash dialog.
#Declaration
TypeScript
static CHANGEFLASH_DIALOG_COMMAND: string
#Property Value
Type | Description |
---|---|
string | Value: “changeflash” |
#Remarks
The CHANGEFLASH_DIALOG_COMMAND property can be used in the following ways.
- In the ASPxClientHtmlEditor.CommandExecuted event — to determine the action performed by an end-user. If the ASPxClientHtmlEditorCommandEventArgs.commandName event parameter returns the CHANGEFLASH_DIALOG_COMMAND property value, this means that either a flash element was double-clicked or the Change Flash command has been clicked in the context menu of a flash element.
- In the ASPxClientHtmlEditor.ExecuteCommand method — to execute the command manually.
Note
This command is available only in the Design View when a flash element is selected.
See Also