Table of Contents

Constructor ToolbarItem

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

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 string
onClick EventHandler