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