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