HERibbonDropDownCommandBase Constructors
Serves as a base for classes specifying Ribbon items with a dropdown list.Name | Parameters | Description |
---|---|---|
HERibbonDropDownCommandBase() | none | Initializes a new instance of the HERibbonDropDownCommandBase class with default settings. |
HERibbonDropDownCommandBase(RibbonItemSize) | size | Initializes a new instance of the HERibbonDropDownCommandBase class with the specified item size. |
HERibbonDropDownCommandBase(String, RibbonDropDownButtonItem[]) | text, items | Initializes a new instance of the HERibbonDropDownCommandBase class with the specified settings. |
HERibbonDropDownCommandBase(String, RibbonItemSize, RibbonDropDownButtonItem[]) | text, size, items | Initializes a new instance of the HERibbonDropDownCommandBase class with the specified settings. |
HERibbonDropDownCommandBase(String, RibbonItemSize) | text, size | Initializes a new instance of the HERibbonDropDownCommandBase class with the specified settings. |
HERibbonDropDownCommandBase(String) | text | Initializes a new instance of the HERibbonDropDownCommandBase class with the specified item text. |
See Also