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