This property sets or retrieves the "Embed Annotations" button of the ToolBarAnnotation control.

[Visual Basic]Public Property ButtonEmbed As System.Windows.Forms.ToolStripButton
[C#]public System.Windows.Forms.ToolStripButton ButtonEmbed {get; set;}

Property Value

A value of type System.Windows.Forms.ToolStripButton

Explanation

The ButtonEmbed property sets or retrieves the "Embed Annotations" button of the ToolBarAnnotation. The "Embed Annotations" button is a ToolStripButton control. By using the ButtonEmbed property, you can change "Embed Annotations" button settings, generate events, etc.

For code examples see ButtonClearAll property

See Also

ToolBarAnnotation Members | Newtone.ImageKit.Win.ToolBarAnnotation

 

The ImageKit.NET3 is created by Newtone Corporation