PPCC Namespace
Get the selected status of the color tab

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

Syntax

C#
public bool IsSelected { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsSelected As Boolean
Visual C++
public:
property bool IsSelected {
	bool get ();
}

See Also