UseWindowsMessages Field

Indicates whether windows messages are used to handle touch gestures. It must be set in the Window constructor.
Public UseWindowsMessages As Boolean
This language is not supported or no code example is available.
public bool UseWindowsMessages
This language is not supported or no code example is available.

Field Value

bool
Remarks
 
When true or Environment.IsImmediateMode is true, the Eyeshot control uses WM_TOUCH to receive touch messages from a WPF window, otherwise it uses the WPF touch events.

.NET Framework

Supported in: 4.8

In this article

Definition