GrapeCity.Xaml.SpreadSheet.UI
InputDeviceType Property (GcSpreadSheet)
Example 


GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : InputDeviceType Property
Returns the last input device type.
Syntax
'Declaration
 
<CategoryAttribute()>
<DefaultValueAttribute()>
Public ReadOnly Property InputDeviceType As InputDeviceType
'Usage
 
Dim instance As GcSpreadSheet
Dim value As InputDeviceType
 
value = instance.InputDeviceType
[Category()]
[DefaultValue()]
public InputDeviceType InputDeviceType {get;}
Example
This example uses the InputDeviceType property.
ListBox1.Items.Add(gcSpreadSheet1.InputDeviceType.ToString());
ListBox1.Items.Add(gcSpreadSheet1.InputDeviceType.ToString())
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members