Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / PointerEventArgs Class / ID Property


In This Topic
ID Property (PointerEventArgs)
In This Topic
Gets the system-generated identifier for this pointer reference.
Syntax
'Declaration
 
Public ReadOnly Property ID As UInteger
 
'Usage
 
Dim instance As PointerEventArgs
Dim value As UInteger
 
value = instance.ID

Property Value

The system-generated identifier.
See Also