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


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