This property determines whether or not the "Move Back One" button is displayed in the ToolBar control.

[Visual Basic] Public Property ButtonMoveBackOneVisible As Boolean
[C#] public bool ButtonMoveBackOneVisible {get; set;}

Property Value

Value Explanation
True (default) The "Move Back One" button is displayed in the ToolBar control.
False The "Move Back One" button is not displayed in the ToolBar control.

Explanation

The ButtonMoveBackOneVisible property determines whether or not the "Move Back One" button is displayed in the ToolBar control. When False, the "Move Back One" button is not displayed in the ToolBar control.

See Also

IkToolBar Members | Newtone.ImageKit.Win.IkToolBar

 

The ImageKit.NET2 is created by Newtone Corporation