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