CoreWebView2PointerInfo.HistoryCount 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 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).