iWheelIgnoreMouseEvents Property

Gets or sets a value indicating whether iWheel should ignore mouse events.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public bool IgnoreMouseEvents { get; set; }

Property Value

Boolean
System.Boolean.Boolean A Boolean which specifies whether iWheel should ignore mouse events or not.

See Also