This property determines whether or not the Ellipse button is displayed in the ToolBarAnnotation control.
[Visual Basic] Public Property
ButtonEllipseVisible As Boolean
[C#] public bool ButtonEllipseVisible {get;
set;}
Property Value
Value | Explanation |
---|---|
True (default) | The Ellipse button is displayed in the ToolBarAnnotation control. |
False | The Ellipse button is not displayed in the ToolBarAnnotation control. |
Explanation
The ButtonEllipseVisible property determines whether or not the "Ellipse" button is displayed in the ToolBarAnnotation control. When False, the "Ellipse" button is not displayed in the ToolBarAnnotation control.
See Also
ToolBarAnnotation Members | Newtone.ImageKit.Win.ToolBarAnnotation