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