RibbonToggleButtonItem Constructors
A ribbon item used to display the toggle button functionality.Name | Parameters | Description |
---|---|---|
RibbonToggleButtonItem() | none | Initializes a new instance of the RibbonToggleButtonItem class. |
RibbonToggleButtonItem(String, RibbonItemSize) | name, size | Initializes a new instance of the RibbonToggleButtonItem class with the specified settings. |
RibbonToggleButtonItem(String, String, RibbonItemSize) | name, text, size | Initializes a new instance of the RibbonToggleButtonItem class with the specified settings. |
RibbonToggleButtonItem(String, String) | name, text | Initializes a new instance of the RibbonToggleButtonItem class with the specified name and text. |
RibbonToggleButtonItem(String) | name | Initializes a new instance of the RibbonToggleButtonItem class with the specified name. |
See Also