'Declaration Public ReadOnly Property InputDeviceType As InputDeviceType
'Usage Dim instance As FpSpread Dim value As InputDeviceType value = instance.InputDeviceType
public InputDeviceType InputDeviceType {get;}
'Declaration Public ReadOnly Property InputDeviceType As InputDeviceType
'Usage Dim instance As FpSpread Dim value As InputDeviceType value = instance.InputDeviceType
public InputDeviceType InputDeviceType {get;}
listBox1.Items.Add(fpSpread1.InputDeviceType.ToString());
listBox1.Items.Add(fpSpread1.InputDeviceType.ToString())