CoreWebView2PointerInfo.ButtonChangeKind Property

Definition

Gets or sets the ButtonChangeKind of the pointer event.

public int ButtonChangeKind { get; set; }
member this.ButtonChangeKind : int with get, set
Public Property ButtonChangeKind As Integer

Property Value

Remarks

This corresponds to the ButtonChangeKind property of the POINTER_INFO struct. The values are defined by the POINTER_BUTTON_CHANGE_KIND enum in the Windows SDK (winuser.h).

Applies to