This property determines whether or not the "Select" button is displayed in the ToolBarAnnotation control.

[Visual Basic] Public Property ButtonSelectVisible As Boolean
[C#] public bool ButtonSelectVisible {get; set;}

Property Value

Value Explanation
True (default) The "Select" button is displayed in the ToolBarAnnotation control.
False The "Select" button is not displayed in the ToolBarAnnotation control.

Explanation

The ButtonSelectVisible property determines whether or not the "Select" button is displayed in the ToolBarAnnotation control. If false, the "Select" button is not displayed.

See Also

ToolBarAnnotation Members | Newtone.ImageKit.Wpf.ToolBarAnnotation

 

The ImageKit WPF is created by Newtone Corporation