ToolbarInsertVideoDialogButton Constructors
A default toolbar button item that invokes the “Insert Video” dialog, allowing a video file to be inserted into the design view area.Name | Parameters | Description |
---|---|---|
ToolbarInsertVideoDialogButton() | none | Initializes a new instance of the ToolbarInsertVideoDialogButton class with default settings. |
ToolbarInsertVideoDialogButton(Boolean, Boolean) | beginGroup, visible | Initializes a new instance of the ToolbarInsertVideoDialogButton class with the specified settings. |
ToolbarInsertVideoDialogButton(Boolean) | beginGroup | Initializes a new instance of the ToolbarInsertVideoDialogButton class with the specified setting. |
See Also