Method AddTextBtnCore
AddTextBtnCore(string?, string?, EventHandler?)
Adds text only SpeedButton to the control.
public virtual SpeedButton AddTextBtnCore(string? text = null, string? toolTip = null, EventHandler? action = null)
Parameters
textstringItem text.
toolTipstringItem tooltip.
actionEventHandlerClick action.