PPCC Namespace
Gets or sets the lock scroll behavior of the color tabs

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

Syntax

C#
public bool LockScroll { get; set; }
Visual Basic (Declaration)
Public Property LockScroll As Boolean
Visual C++
public:
property bool LockScroll {
	bool get ();
	void set (bool value);
}

See Also