Method AddStickyBtn
AddStickyBtn(string?, SvgImage?, string?, EventHandler?)
Adds sticky SpeedButton to the control.
public virtual ObjectUniqueId AddStickyBtn(string? text, SvgImage? image, string? toolTip = null, EventHandler? action = null)
Parameters
text
stringItem text.
image
SvgImageItem image.
toolTip
stringItem tooltip.
action
EventHandlerClick action.
Returns
- ObjectUniqueId
ObjectUniqueId of the added item.
AddStickyBtn(string?, ImageSet?, ImageSet?, string?, EventHandler?)
Adds sticky SpeedButton to the control.
public virtual ObjectUniqueId AddStickyBtn(string? text, ImageSet? imageSet, ImageSet? imageSetDisabled, string? toolTip = null, EventHandler? action = null)
Parameters
text
stringItem text.
imageSet
ImageSetItem image.
imageSetDisabled
ImageSetItem disabled image.
toolTip
stringItem tooltip.
action
EventHandlerClick action.
Returns
- ObjectUniqueId
ObjectUniqueId of the added item.