This property sets whether or not the "ClosePenLine" button of the ToolBarSetupLines control is displayed.
[Visual Basic]Public Property
ButtonClosePenLineVisible As Boolean
[C#]public bool ButtonClosePenLineVisible {get;
set;}
Property Value
True: The ClosePenLine button is displayed
False: The ClosePenLine button is NOT displayed
Default value is True.
Explanation
The ButtonClosePenLineVisible property sets whether or not the "ClosePenLine" button of the ToolBarSetupLines control is displayed. When this property is False, the "ClosePenLine" button is not displayed.
See Also
ToolBarSetupLines Members | Newtone.ImageKit.Win.ToolBarSetupLines