ToolbarComboBox Constructors
Implements a combo box custom toolbar item functionality.Name | Parameters | Description |
---|---|---|
ToolbarComboBox() | none | Initializes a new instance of the ToolbarComboBox class with default settings. |
ToolbarComboBox(String, ToolbarCustomListEditItem[]) | commandName, items | Initializes a new instance of the ToolbarComboBox class with the specified settings. |
ToolbarComboBox(String, Boolean, Boolean, ToolbarCustomListEditItem[]) | commandName, beginGroup, visible, items | Initializes a new instance of the ToolbarComboBox class with the specified settings. |
ToolbarComboBox(String, Boolean, Boolean) | commandName, beginGroup, visible | Initializes a new instance of the ToolbarComboBox class with the specified settings. |
ToolbarComboBox(String, Boolean) | commandName, beginGroup | Initializes a new instance of the ToolbarComboBox class with the specified settings. |
ToolbarComboBox(String) | commandName | Initializes a new instance of the ToolbarComboBox class with the specified setting. |
See Also