PPCC Namespace
Gets or sets the fore color of the non-selected item for the Color Tab Selector and the button(s)

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.0

Syntax

C#
public override Color ForeColor { get; set; }
Visual Basic (Declaration)
Public Overrides Property ForeColor As Color
Visual C++
public:
virtual property Color ForeColor {
	Color get () override;
	void set (Color value) override;
}

See Also