PPCC Namespace
Gets or sets the header text

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

Syntax

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

See Also