Method InternalAddSpeedBtn
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
itemKindToolBar.ItemKindItem kind.
textstringItem text.
imageSetImageSetItem image.
imageSetDisabledImageSetItem disabled image.
toolTipstringItem tooltip.
actionEventHandlerClick action.