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
textstringItem text.
toolTipstringItem tooltip.
actionEventHandlerClick action.