Skip to main content

ToolbarDropDownBase Constructors

Serves as a base for classes specifying toolbar items with dropdown lists.
Name Parameters Description
ToolbarDropDownBase() none Initializes a new instance of the ToolbarDropDownBase class with default settings.
ToolbarDropDownBase(String, String, String) text, commandName, toolTip Initializes a new instance of the ToolbarDropDownBase class with the specified settings.
ToolbarDropDownBase(String, String) text, commandName Initializes a new instance of the ToolbarDropDownBase class with the specified settings.
ToolbarDropDownBase(String) text Initializes a new instance of the ToolbarDropDownBase class with the specified setting.
See Also