Method AddTextBtn
AddTextBtn(string?, string?, EventHandler?)
Adds text only SpeedButton to the control.
public virtual ObjectUniqueId AddTextBtn(string? text, string? toolTip = null, EventHandler? action = null)Parameters
- textstring
- Item text. 
- toolTipstring
- Item tooltip. 
- actionEventHandler
- Click action. 
Returns
- ObjectUniqueId
- ObjectUniqueId of the added item.