Table of Contents

Method InternalAddSpeedBtn

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

InternalAddSpeedBtn(ItemKind, string?, ImageSet?, ImageSet?, string?, EventHandler?)

Adds SpeedButton to the control.

protected virtual SpeedButton InternalAddSpeedBtn(ToolBar.ItemKind itemKind, string? text, ImageSet? imageSet, ImageSet? imageSetDisabled, string? toolTip = null, EventHandler? action = null)

Parameters

itemKind ToolBar.ItemKind

Item kind.

text string

Item text.

imageSet ImageSet

Item image.

imageSetDisabled ImageSet

Item disabled image.

toolTip string

Item tooltip.

action EventHandler

Click action.

Returns

SpeedButton