MESCIUS SPREAD for Windows Forms 15.0J
KeyCode プロパティ (DialogKeyEventArgs)
使用例 

ユーザーが押したキーのキーコードを取得します。
構文
'宣言
 
Public ReadOnly Property KeyCode As Keys
public Keys KeyCode {get;}
使用例
次のサンプルコードは、KeyCodeプロパティを使用します。
private void fpSpread1_DialogKey(object sender, FarPoint.Win.Spread.DialogKeyEventArgs e)
        {
            listBox1.Items.Add(e.KeyCode);
        }
Private Sub fpSpread1_DialogKey(sender As Object, e As FarPoint.Win.Spread.DialogKeyEventArgs) Handles fpSpread1.DialogKey
        ListBox1.Items.Add(e.KeyCode)
    End Sub
参照

DialogKeyEventArgs クラス
DialogKeyEventArgs メンバ

 

 


© MESCIUS inc. All rights reserved.