This property sets or retrieves the "PenWidth" label of the ToolBarStandard control.
[Visual Basic]Public Property LabelPenWidth As
System.Windows.Forms.ToolStripLabel
[C#]public System.Windows.Forms.ToolStripLabel
LabelPenWidth {get; set;}
Property Value
A value of type System.Windows.Forms.ToolStripLabel
Explanation
The LabelPenWidth property sets or retrieves the "PenWidth" label of the ToolBarStandard. The "PenWidth" label is a ToolStripLabel control. By using the LabelPenWidth property, you can change "PenWidth" label settings, generate events, etc.
For code examples, please refer to the ButtonBackColor property.
See Also
ToolBarStandard Members | Newtone.ImageKit.Win.ToolBarStandard