PrintDocument for WinForms
AddHandler メソッド (KeyMap)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > KeyMap クラス : AddHandler メソッド
The keystroke to map.
The handler for the keystroke.
Adds a handler to the keymap.
シンタックス
'宣言
 
Public Sub AddHandler( _
   ByVal keyData As System.Windows.Forms.Keys, _
   ByVal handler As KeyMap.DoAction _
) 
'使用法
 
Dim instance As KeyMap
Dim keyData As System.Windows.Forms.Keys
Dim handler As KeyMap.DoAction
 
instance.AddHandler(keyData, handler)
public void AddHandler( 
   System.Windows.Forms.Keys keyData,
   KeyMap.DoAction handler
)

パラメータ

keyData
The keystroke to map.
handler
The handler for the keystroke.
参照

KeyMap クラス
KeyMap メンバ