Spread Windows Forms 12.0 Product Documentation
InputDeviceType Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : InputDeviceType Property
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.
Example
This example gets the InputDeviceType property.
listBox1.Items.Add(fpSpread1.InputDeviceType.ToString());
listBox1.Items.Add(fpSpread1.InputDeviceType.ToString())
See Also

Reference

FpSpread Class
FpSpread Members