This property sets or retrieves the "Save Annotation File" button of the ToolBarStandard control.

[Visual Basic]Public Property ButtonSaveAnnotationFile As System.Windows.Controls.Button
[C#]public System.Windows.Forms.Button ButtonSaveAnnotationFile {get; set;}

Property Value

A value of type System.Windows.Controls.Button

Explanation

The ButtonSaveAnnotationFile property sets or retrieves the "Save Annotation File" button of the ToolBarStandard. The "Save Annotation File" button is a Button control. By using the ButtonSaveAnnotationFile property, you can change "Save Annotation File" button settings, generate events, etc.

For code examples, please refer to the ButtonBackColor property.

See Also

ToolBarStandard Members | Newtone.ImageKit.Wpf.ToolBarStandard

 

The ImageKit WPF is created by Newtone Corporation