This property determines whether or not the Paste button is displayed in the ToolBar control.

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

Property Value

Value Explanation
True (default) The  Paste button is displayed in the ToolBar control.
False The Paste button is not displayed in the ToolBar control.

Explanation

The ButtonPasteVisible property determines whether or not the Paste button is displayed in the ToolBar control. If false, the Paste button is not displayed.

See Also

IkToolBar Members | Newtone.ImageKit.Win.IkToolBar

 

The ImageKit.NET2 is created by Newtone Corporation