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