ScrollBar..::..ButtonDown Property

Gets the button down.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Button ButtonDown { get; set; }
Public Property ButtonDown As Button
	Get
	Set
public:
property Button^ ButtonDown {
	Button^ get ();
	void set (Button^ value);
}

Field Value

The button down.