PPCC Namespace
get or set the selected color tab page index

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

Syntax

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

See Also