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