FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : InputDeviceType プロパティ |
'Declaration Public ReadOnly Property InputDeviceType As InputDeviceType
'使用法 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())