CoreWebView2PointerInfo.ButtonChangeKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).