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