[This is preliminary documentation and is subject to change.]
Gets value indicating for which of mouse buttons the event was generated
Namespace: Tools.DevicesTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public MouseButtons Button { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Button As MouseButtons Get |
| Visual C++ |
|---|
public: property MouseButtons Button { MouseButtons get (); } |
| F# |
|---|
member Button : MouseButtons |
| JScript |
|---|
function get Button () : MouseButtons |