Table of Contents

Method AddTextBtn

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddTextBtn(string?, string?, EventHandler?)

Adds SpeedButton to the control.

public virtual ObjectUniqueId AddTextBtn(string? text, string? toolTip = null, EventHandler? action = null)

Parameters

text string

Item text.

toolTip string

Item tooltip.

action EventHandler

Click action.

Returns

ObjectUniqueId

ObjectUniqueId of the added item.