[This is preliminary documentation and is subject to change.]

Gets value indicating if this event was generated for mouse horizontal wheel

Namespace: Tools.DevicesT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool Horizontal { get; }
Visual Basic
Public ReadOnly Property Horizontal As Boolean
	Get
Visual C++
public:
property bool Horizontal {
	bool get ();
}
F#
member Horizontal : bool
JScript
function get Horizontal () : boolean

Return Value

True when event was generated for mous horizontal wheel; false for "normal" vertical wheel

Remarks

This property can be true only at Windows Vista and later

See Also