This property sets or retrieves the "Line" button of the ToolBarAnnotation control.

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

Property Value

A value of type System.Windows.Forms.ToolStripButton

Explanation

The ButtonLine property sets or retrieves the "Line" button of the ToolBarAnnotation. The "Line" button is a ToolStripButton control. By using the ButtonLine property, you can change "Line" button settings, generate events, etc.

For code examples see ButtonClearAll property

See Also

ToolBarAnnotation Members | Newtone.ImageKit.Win.ToolBarAnnotation

 

The ImageKit.NET3 is created by Newtone Corporation