バージョン

PreviewControlKeyActionMapping コンストラクタ

新しい PreviewControlKeyActionMapping を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal keyCode As Keys, _
   ByVal actionCode As UltraPrintPreviewControlAction, _
   ByVal stateDisallowed As UltraPrintPreviewControlStates, _
   ByVal stateRequired As UltraPrintPreviewControlStates, _
   ByVal specialKeysDisallowed As Infragistics.Win.SpecialKeys, _
   ByVal specialKeysRequired As Infragistics.Win.SpecialKeys _
)
public PreviewControlKeyActionMapping( 
   Keys keyCode,
   UltraPrintPreviewControlAction actionCode,
   UltraPrintPreviewControlStates stateDisallowed,
   UltraPrintPreviewControlStates stateRequired,
   Infragistics.Win.SpecialKeys specialKeysDisallowed,
   Infragistics.Win.SpecialKeys specialKeysRequired
)

パラメータ

keyCode
アクションが関連づけられるキーを示します
actionCode
実行するアクション。
stateDisallowed
コントロールがなることのできない状態
stateRequired
コントロールがならなければならない状態
specialKeysDisallowed
押されていてはならない修飾キー。
specialKeysRequired
押されている必要がある修飾キー。
参照