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