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