PointerPointProperties.IsHorizontalMouseWheel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the input is from a mouse tilt wheel.
public:
property bool IsHorizontalMouseWheel { bool get(); };
bool IsHorizontalMouseWheel();
public bool IsHorizontalMouseWheel { get; }
var boolean = pointerPointProperties.isHorizontalMouseWheel;
Public ReadOnly Property IsHorizontalMouseWheel As Boolean
Property Value
Boolean
bool
True if the input is from a mouse tilt wheel; otherwise false.