This property sets whether or not Separator2 is displayed in the ToolBarSetupLines control.
[Visual Basic]Public Property Separator2Visible
As Boolean
[C#]public bool Separator2Visible {get;
set;}
Property Value
True: Separator2 is displayed
False: Separator2 is NOT displayed
Default value is True
Explanation
The Separator2Visible property sets whether or not Separator2 is displayed in the ToolBarSetupLines control. Separator2 is the separator between the "DashStyle" combobox and the "StartLineCapStyle" label, when the ToolBarSetupLines control is in its default state.
See Also
ToolBarSetupLines Members | Newtone.ImageKit.Win.ToolBarSetupLines