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