HERibbonCommandBase Constructors
The base class for Ribbon toolbar items.Name | Parameters | Description |
---|---|---|
HERibbonCommandBase() | none | Initializes a new instance of the HERibbonCommandBase class with default settings. |
HERibbonCommandBase(RibbonItemSize) | size | Initializes a new instance of the HERibbonCommandBase class with the specified item size. |
HERibbonCommandBase(String, RibbonItemSize) | text, size | Initializes a new instance of the HERibbonCommandBase class with the specified settings. |
HERibbonCommandBase(String) | text | Initializes a new instance of the HERibbonCommandBase class with the specified item text. |
See Also