This property determines whether or not the ForeColor button is displayed in the ToolBar control.

[Visual Basic] Public Property ButtonForeColorVisible As Boolean
[C#] public bool ButtonForeColorVisible {get; set;}

Property Value

Value Explanation
True (default) The ForeColor button is displayed in the ToolBar control.
False The ForeColor button is not displayed in the ToolBar control.

Explanation

The ButtonForeColorVisible property determines whether or not the ForeColor button is displayed in the ToolBar control. If false, the ForeColor button is not displayed.

For more information about setting font properties when editing manually, please refer to the Edit.FontBold, Edit.FontItalic, Edit.FontName, Edit.FontSize, Edit.FontStrikeout, Edit.FontUnderline, and Edit.FontColor properties.

Note: Because the ToolBar control is derived from the .NET ToolStripContainer class, it is possible to access properties for each item in the toolbar. Simply right click the toolbar at design time and in the pop up menu, select "Edit Items". This will display the ToolStripItemCollection Editor where each item's properties and other characteristics can be accessed.

See Also

IkToolBar Members | Newtone.ImageKit.Win.IkToolBar

 

The ImageKit.NET2 is created by Newtone Corporation