Identifies a command that invokes the Change Audio dialog.
CHANGEAUDIO_DIALOG_COMMAND Type: String
The CHANGEAUDIO_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 CHANGEAUDIO_DIALOG_COMMAND property value, this means that either an audio element was double-clicked or the Change Audio command has been clicked in the context menu of an audio element.
In the ASPxClientHtmlEditor.ExecuteCommand method — to execute the command manually.
This command is available only in the Design View when an audio element is selected.