Method AddLabel
AddLabel(string, int)
Adds a text label to the toolbar.
public int AddLabel(string label, int width = -1)
Parameters
labelstringThe string to be displayed with the tool.
widthintTool width or -1 for auto width. Optional parameter.