ASPxClientHtmlEditorChangeYouTubeVideoCommandArguments Members
Contains settings related to the ASPxClientCommandConsts.CHANGEYOUTUBEVIDEO_COMMAND command parameter.Properties
| Name | Description |
|---|---|
| align | Determines the position of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments. |
| allowFullscreen | Determines if the target YouTube video can be displayed in fullscreen mode. Inherited from ASPxClientHtmlEditorInsertYouTubeVideoCommandArguments. |
| enablePrivacyEnhancedMode | Determines if the privacy-enhanced mode is enabled for the target YouTube video. Inherited from ASPxClientHtmlEditorInsertYouTubeVideoCommandArguments. |
| id | Defines the HTML “id” attribute of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments. |
| selectedElement | Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments. |
| showPlayerControls | Determines if the player controls are displayed for the target YouTube video. Inherited from ASPxClientHtmlEditorInsertYouTubeVideoCommandArguments. |
| showRelatedVideos | Determines if suggested videos are shown after the target YouTube video finishes. Inherited from ASPxClientHtmlEditorInsertYouTubeVideoCommandArguments. |
| showVideoInfo | Determines if the target YouTube video title and player actions (Watch later, Share) are shown. Inherited from ASPxClientHtmlEditorInsertYouTubeVideoCommandArguments. |
| 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