PrintDocument for WinForms
CanHandle(Keys,KeyMap) メソッド


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > KeyMapStack クラス > CanHandle メソッド : CanHandle(Keys,KeyMap) メソッド
The keystroke to test.
The keymap that can handle the keystroke.
Tests whether the stack contains a keymap that can handle the keystroke.
シンタックス
'宣言
 
Public Overloads Function CanHandle( _
   ByVal keyData As System.Windows.Forms.Keys, _
   ByRef keyMap As KeyMap _
) As System.Boolean
'使用法
 
Dim instance As KeyMapStack
Dim keyData As System.Windows.Forms.Keys
Dim keyMap As KeyMap
Dim value As System.Boolean
 
value = instance.CanHandle(keyData, keyMap)
public System.bool CanHandle( 
   System.Windows.Forms.Keys keyData,
   out KeyMap keyMap
)

パラメータ

keyData
The keystroke to test.
keyMap
The keymap that can handle the keystroke.

戻り値の型

True if a handler is found, false otherwise.
参照

KeyMapStack クラス
KeyMapStack メンバ
オーバーロード一覧