RibbonCheckBoxItem Constructors
A ribbon item used to display the check box functionality.| Name | Parameters | Description |
|---|---|---|
| RibbonCheckBoxItem() | none | Initializes a new instance of the RibbonCheckBoxItem class. |
| RibbonCheckBoxItem(String, String) | name, text | Initializes a new instance of the RibbonCheckBoxItem class with the specified name and text. |
| RibbonCheckBoxItem(String) | name | Initializes a new instance of the RibbonCheckBoxItem class with the specified name. |
See Also