PPCC Namespace
Gets or sets whether to have the button icon shift on Mouse Down

Namespace:  PPCC.ColorPicker
Assembly:  ColorPicker (in ColorPicker.dll)
Version: 1.0.2727.23381

Syntax

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

See Also