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

[Visual Basic]Public Property ButtonSelect As System.Windows.Controls.Button
[C#]public System.Windows.Controls.Button ButtonSelect {get; set;}

Property Value

A value of type System.Windows.Controls.Button

Explanation

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

For code examples see ButtonClearAll property

See Also

ToolBarAnnotation Members | Newtone.ImageKit.Wpf.ToolBarAnnotation

 

The ImageKit WPF is created by Newtone Corporation