PPCC Namespace
Gets or sets the selected tab font

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

Syntax

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

See Also