CoreWebView2PointerInfo.PointerFlags Property

Definition

Gets or sets the PointerFlags of the pointer event.

public uint PointerFlags { get; set; }
member this.PointerFlags : uint32 with get, set
Public Property PointerFlags As UInteger

Property Value

Remarks

This corresponds to the pointerFlags property of the POINTER_INFO struct. The values are defined by the POINTER_FLAGS constants in the Windows SDK (winuser.h).

Applies to