PowerTools SPREAD for Windows Forms 8.0J
InputDeviceType プロパティ


現在のデバイスを示す入力デバイスタイプを取得します。
構文
'Declaration
 
Public ReadOnly Property InputDeviceType As InputDeviceType
'使用法
 
Dim instance As FpSpread
Dim value As InputDeviceType
 
value = instance.InputDeviceType
public InputDeviceType InputDeviceType {get;}

プロパティ値

現在のデバイスを示すInputDeviceType
次のサンプルコードは、InputDeviceTypeプロパティを取得します。
listBox1.Items.Add(fpSpread1.InputDeviceType.ToString());
listBox1.Items.Add(fpSpread1.InputDeviceType.ToString())
参照

FpSpread クラス
FpSpread メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.