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