Method AddTextBtn
AddTextBtn(string?, string?, EventHandler?)
Adds text only SpeedButton to the control.
public virtual ObjectUniqueId AddTextBtn(string? text = null, string? toolTip = null, EventHandler? action = null)
Parameters
textstringItem text.
toolTipstringItem tooltip.
actionEventHandlerClick action.
Returns
- ObjectUniqueId
ObjectUniqueId of the added item.