CoreWebView2PointerInfo.HistoryCount Property

Definition

Gets or sets the HistoryCount of the pointer event.

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

Property Value

Remarks

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

Applies to