This property sets or retrieves the "Open Annotation File" button of the ToolBarStandard control.
[Visual Basic]Public Property
ButtonOpenAnnotationFile As
System.Windows.Forms.ToolStripButton
[C#]public System.Windows.Forms.ToolStripButton
ButtonOpenAnnotationFile {get; set;}
Property Value
A value of type System.Windows.Forms.ToolStripButton
Explanation
The ButtonOpenAnnotationFile property sets or retrieves the "Open Annotation File" button of the ToolBarStandard. The "Open Annotation File" button is a ToolStripButton control. By using the ButtonOpenAnnotationFile property, you can change "Open Annotation File" button settings, generate events, etc.
For code examples, please refer to the ButtonBackColor property.
See Also
ToolBarStandard Members | Newtone.ImageKit.Win.ToolBarStandard