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
text
stringItem text.
image
SvgImageItem image.
toolTip
stringItem tooltip.
action
EventHandlerClick action.
Returns
- ObjectUniqueId
ObjectUniqueId of the added item.