This property determines whether or not the "Undo" button is displayed in the ToolBar control.
[Visual Basic] Public Property
ButtonUndoVisible As Boolean
[C#] public bool ButtonUndoVisible {get;
set;}
Property Value
Value | Explanation |
---|---|
True (default) | The "Undo" button is displayed in the ToolBar control. |
False | The "Undo" button is not displayed in the ToolBar control. |
Explanation
The ButtonUndoVisible property determines whether or not the "Undo" button is displayed in the ToolBar control. When False, the "Undo" button is not displayed in the ToolBar control.
See Also
IkToolBar Members | Newtone.ImageKit.Win.IkToolBar