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