PPCC Namespace
Gets or sets the header font for the Color Tab Selector

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

Syntax

C#
public virtual Font HeaderFont { get; set; }
Visual Basic (Declaration)
Public Overridable Property HeaderFont As Font
Visual C++
public:
virtual property Font^ HeaderFont {
	Font^ get ();
	void set (Font^ value);
}

See Also