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