PPCC Namespace
Gets or sets a fixed width for tabs. 0 = auto

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

Syntax

C#
public int Width { get; set; }
Visual Basic (Declaration)
Public Property Width As Integer
Visual C++
public:
property int Width {
	int get ();
	void set (int value);
}

See Also