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