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