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