Method AddRightSpeedBtn
AddRightSpeedBtn()
Adds an empty disabled SpeedButton aligned to the right.
public virtual ObjectUniqueId AddRightSpeedBtn()
Returns
AddRightSpeedBtn(string?, SvgImage?, string?, EventHandler?)
Adds SpeedButton aligned to the right.
public virtual ObjectUniqueId AddRightSpeedBtn(string? text, SvgImage? image, string? toolTip = null, EventHandler? action = null)
Parameters
textstringItem text.
imageSvgImageItem image.
toolTipstringItem tooltip.
actionEventHandlerClick action.
Returns
- ObjectUniqueId
ObjectUniqueId of the added item.