Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / InputDeviceType Property


In This Topic
    InputDeviceType Property
    In This Topic
    Gets the input device type which indicates the current device.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InputDeviceType As InputDeviceType
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As InputDeviceType
     
    value = instance.InputDeviceType
    public InputDeviceType InputDeviceType {get;}

    Property Value

    A InputDeviceType that indicates the current device.
    See Also