PPCC Namespace
Gets or sets the text show in the tab area

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

Syntax

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

See Also