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

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

Property Value

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

Explanation

The ButtonCopyVisible property determines whether or not the "Copy" button is displayed in the ToolBarAnnotation control. When False, the "Copy" button is not displayed in the ToolBarAnnotation control.

See Also

ToolBarAnnotation Members | Newtone.ImageKit.Wpf.ToolBarAnnotation

 

The ImageKit WPF is created by Newtone Corporation