Spread Windows Forms 15.0
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
    public uint ID {get;}

    Property Value

    The system-generated identifier.
    See Also