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
itemKind
ToolBar.ItemKindItem kind.
text
stringItem text.
imageSet
ImageSetItem image.
imageSetDisabled
ImageSetItem disabled image.
toolTip
stringItem tooltip.
action
EventHandlerClick action.