Constructor ToolbarItem
ToolbarItem()
Initializes a new instance of the ToolbarItem class.
public ToolbarItem()
ToolbarItem(string)
Initializes a new instance of the ToolbarItem class with the specified text for the toolbar item.
public ToolbarItem(string text)
Parameters
text
string
ToolbarItem(string, EventHandler?)
Initializes a new instance of the ToolbarItem class with a specified properties for the toolbar item.
public ToolbarItem(string text, EventHandler? onClick)
Parameters
text
stringonClick
EventHandler