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

Namespace:  PPCC.ColorButton
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.0

Syntax

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

See Also