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