Table of Contents

Method AddRightSpeedBtn

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

AddRightSpeedBtn()

Adds an empty disabled SpeedButton aligned to the right.

public virtual ObjectUniqueId AddRightSpeedBtn()

Returns

ObjectUniqueId

AddRightSpeedBtn(string?, SvgImage?, string?, EventHandler?)

Adds SpeedButton aligned to the right.

public virtual ObjectUniqueId AddRightSpeedBtn(string? text, SvgImage? image, string? toolTip = null, EventHandler? action = null)

Parameters

text string

Item text.

image SvgImage

Item image.

toolTip string

Item tooltip.

action EventHandler

Click action.

Returns

ObjectUniqueId

ObjectUniqueId of the added item.