ToolbarComboBoxBase Constructors
Serves as a base for classes providing the combo box functionality.Name | Parameters | Description |
---|---|---|
ToolbarComboBoxBase() | none | Initializes a new instance of the ToolbarComboBoxBase class with default settings. |
ToolbarComboBoxBase(String, String, String) | text, commandName, toolTip | Initializes a new instance of the ToolbarComboBoxBase class with the specified settings. |
ToolbarComboBoxBase(String, String) | text, commandName | Initializes a new instance of the ToolbarComboBoxBase class with the specified settings. |
ToolbarComboBoxBase(String) | text | Initializes a new instance of the ToolbarComboBoxBase class with the specified setting. |
See Also