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