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