PPCC Namespace
Gets an object that can be used to synchronize access to the collection of Color Tab Pages

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

Syntax

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

See Also