This property determines whether or not the PasteImage button is displayed in the ToolBar control
[Visual Basic] Public Property
ButtonImageVisible As Boolean
[C#] public bool ButtonImageVisible {get;
set;}
Property Value
Value | Explanation |
---|---|
True (default) | The PasteImage button is displayed in the ToolBar control. |
False | The PasteImage button is not displayed in the ToolBar control. |
Explanation
The ButtonImageVisible property determines whether or not the PasteImage button is displayed in the ToolBar control. If False, the PasteImage button will not be displayed in the ToolBar control.
For more information about drawing lines manually, please refer to the ImageKit.Win.ImageKit.Edit.PasteImage method.
See Also
IkToolBar Members | Newtone.ImageKit.Win.IkToolBar