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


In This Topic
Properties Property
In This Topic
Gets extended information about the input pointer.
Syntax
'Declaration
 
Public ReadOnly Property Properties As PointerPointProperties
 
'Usage
 
Dim instance As PointerEventArgs
Dim value As PointerPointProperties
 
value = instance.Properties

Property Value

The extended properties exposed by the input device.
See Also