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