MouseEventArgs..::..Button Property

Gets or sets the button.

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

Syntax


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

Field Value

The button.