ASPxClientHtmlEditorChangeFlashCommandArguments Members
Contains settings related to the ASPxClientCommandConsts.CHANGEFLASH_COMMAND command parameter.Properties
| Name | Description |
|---|---|
| align | Determines the position of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments. |
| allowFullscreen | Determines if the target flash element can be displayed in the fullscreen mode. Inherited from ASPxClientHtmlEditorInsertFlashCommandArguments. |
| autoPlay | Determines if the target flash element will start playing automatically. Inherited from ASPxClientHtmlEditorInsertFlashCommandArguments. |
| enableFlashMenu | Determines if the flash related items are displayed in the context menu of the target flash element. Inherited from ASPxClientHtmlEditorInsertFlashCommandArguments. |
| id | Defines the HTML “id” attribute of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments. |
| loop | Defines if the target flash element repeats indefinitely, or stops when it reaches the last frame. Inherited from ASPxClientHtmlEditorInsertFlashCommandArguments. |
| quality | Defines the rendering quality level used for the target flash element. Inherited from ASPxClientHtmlEditorInsertFlashCommandArguments. |
| selectedElement | Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments. |
| src | Defines the source of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments. |
| styleSettings | Contains the style settings defining the appearance of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments. |
Methods
| Name | Description |
|---|---|
| GetCommandName | Returns the name of the client-side command corresponding to the parameter. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments. |
See Also