HEInsertVideoDialogRibbonCommand Constructors
A Ribbon item that invokes the “Insert Video” dialog allowing a video file to be inserted into the design view area.Name | Parameters | Description |
---|---|---|
HEInsertVideoDialogRibbonCommand() | none | Initializes a new instance of the HEInsertVideoDialogRibbonCommand class with default settings. |
HEInsertVideoDialogRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HEInsertVideoDialogRibbonCommand class with the specified item size. |
HEInsertVideoDialogRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HEInsertVideoDialogRibbonCommand class with the specified settings. |
HEInsertVideoDialogRibbonCommand(String) | text | Initializes a new instance of the HEInsertVideoDialogRibbonCommand class with the specified item text. |
See Also