Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / InputDeviceType Property


In This Topic
    InputDeviceType Property (SheetView)
    In This Topic
    Returns the last input device type.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public ReadOnly Property InputDeviceType As InputDeviceType
    'Usage
     
    Dim instance As SheetView
    Dim value As InputDeviceType
     
    value = instance.InputDeviceType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public InputDeviceType InputDeviceType {get;}
    See Also