This property determines whether or not the "Open Image File" button and the "Save Image File" button are displayed in the ToolBar control.
[Visual Basic]Public Property
ButtonFileGroupVisible As Boolean
[C#]public bool ButtonFileGroupVisible {get;
set;}
Property Value
Value | Explanation |
---|---|
True (default) | The "Open Image File" button and the "Save Image File" button are displayed in the ToolBar control. |
False | The "Open Image File" button and the "Save Image File" button are not displayed in the ToolBar control. |
Explanation
The ButtonFileGroupVisible property determines whether or not the "Open Image File" button and the "Save Image File" button are displayed in the ToolBar control. If false, the "Open Image File" button and the "Save Image File" button are not displayed.
See Also
IkToolBar Members | Newtone.ImageKit.Win.IkToolBar