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