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