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