HERibbonToggleCommandBase Constructors
Serves as a base for classes specifying toolbar items that support toggle functionality.| Name | Parameters | Description |
|---|---|---|
| HERibbonToggleCommandBase() | none | Initializes a new instance of the HERibbonToggleCommandBase class with default settings. |
| HERibbonToggleCommandBase(RibbonItemSize) | size | Initializes a new instance of the HERibbonToggleCommandBase class with the specified item size. |
| HERibbonToggleCommandBase(String, RibbonItemSize) | text, size | Initializes a new instance of the HERibbonToggleCommandBase class with the specified settings. |
| HERibbonToggleCommandBase(String) | text | Initializes a new instance of the HERibbonToggleCommandBase class with the specified item text. |
See Also