PPCC Namespace
Gets the color tab page collection

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

Syntax

C#
public ColorTabPageCollection ColorTabPages { get; }
Visual Basic (Declaration)
Public ReadOnly Property ColorTabPages As ColorTabPageCollection
Visual C++
public:
property ColorTabPageCollection^ ColorTabPages {
	ColorTabPageCollection^ get ();
}

See Also