This property sets or retrieves the "Pen Width Up" button of the ToolBarStandard control.

[Visual Basic]Public Property ButtonPenWidthUp As System.Windows.Forms.ToolStripButton
[C#]public System.Windows.Forms.ToolStripButton ButtonPenWidthUp {get; set;}

Property Value

A value of type System.Windows.Forms.ToolStripButton

Explanation

The ButtonPenWidthUp property sets or retrieves the "Pen Width Up" button of the ToolBarStandard. The "Pen Width Up" button is a ToolStripButton control. By using the ButtonPenWidthUp property, you can change "Pen Width Up" button settings, generate events, etc.

For code examples, see the ButtonBackColor property.

See Also

ToolBarStandard Members | Newtone.ImageKit.Win.ToolBarStandard

 

The ImageKit.NET3 is created by Newtone Corporation