HECustomDialogRibbonCommand Constructors
A Ribbon item that allows a custom dialog to be invoked.Name | Parameters | Description |
---|---|---|
HECustomDialogRibbonCommand() | none | Initializes a new instance of the HECustomDialogRibbonCommand class with default settings. |
HECustomDialogRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HECustomDialogRibbonCommand class with the specified item size. |
HECustomDialogRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HECustomDialogRibbonCommand class with the specified settings. |
HECustomDialogRibbonCommand(String) | text | Initializes a new instance of the HECustomDialogRibbonCommand class with the specified item text. |
See Also