バージョン

UltraSpreadsheetKeyActionMapping コンストラクタ

UltraSpreadsheetKeyActionMapping の新しいインスタンスを初期化するコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal keyCode As Keys, _
   ByVal actionCode As UltraSpreadsheetAction, _
   ByVal stateDisallowed As UltraSpreadsheetState, _
   ByVal stateRequired As UltraSpreadsheetState, _
   ByVal specialKeysDisallowed As Infragistics.Win.SpecialKeys, _
   ByVal specialKeysRequired As Infragistics.Win.SpecialKeys _
)
public UltraSpreadsheetKeyActionMapping( 
   Keys keyCode,
   UltraSpreadsheetAction actionCode,
   UltraSpreadsheetState stateDisallowed,
   UltraSpreadsheetState stateRequired,
   Infragistics.Win.SpecialKeys specialKeysDisallowed,
   Infragistics.Win.SpecialKeys specialKeysRequired
)

パラメータ

keyCode
キー
actionCode
実行するアクション
stateDisallowed
アクションの実行を防止する条件を定義する UltraSpreadsheetState 定数。
stateRequired
アクションを実行するために必要な条件を定義する UltraSpreadsheetState 定数。
specialKeysDisallowed
特殊キー (Ctrlなど) を押すことは認められません。
specialKeysRequired
特殊キー (Ctrlなど) を押し下げる必要があります。
参照