'Declaration
Public Shared Function GetPointerType( _ ByVal originalArgs As Object _ ) As C1PointerDeviceType
'Usage
Dim originalArgs As Object Dim value As C1PointerDeviceType value = C1InputEventArgs.GetPointerType(originalArgs)
public static C1PointerDeviceType GetPointerType( object originalArgs )
Parameters
- originalArgs
- The OriginalEventArgs instance containing the event data.