CoreWebView2PointerInfo.KeyStates Property

Definition

Gets or sets the KeyStates of the pointer event.

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

Property Value

Remarks

This corresponds to the dwKeyStates property of the POINTER_INFO struct as defined in the Windows SDK (winuser.h).

Applies to