This property determines whether or not the "Undo" button is displayed in the ToolBarAnnotation 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 ToolBarAnnotation control. |
False | The "Undo" button is not displayed in the ToolBarAnnotation control. |
Explanation
The ButtonUndoVisible property determines whether or not the "Undo" button is displayed in the ToolBarAnnotation control. When False, the "Undo" button is not displayed in the ToolBarAnnotation control.
See Also
ToolBarAnnotation Members | Newtone.ImageKit.Win.ToolBarAnnotation