ToolKeyEventArgsデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ToolKeyEventArgs コンストラクタ | 新しい ToolKeyEventArgs インスタンスを作成します。 |
名前 | 解説 | |
---|---|---|
Alt | Gets a value indicating whether the ALT key was pressed. System.Windows.Forms.KeyEventArgsから継承されます。 | |
Control | Gets a value indicating whether the CTRL key was pressed. System.Windows.Forms.KeyEventArgsから継承されます。 | |
Handled | Gets or sets a value indicating whether the event was handled. System.Windows.Forms.KeyEventArgsから継承されます。 | |
KeyCode | Gets the keyboard code for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. System.Windows.Forms.KeyEventArgsから継承されます。 | |
KeyData | Gets the key data for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. System.Windows.Forms.KeyEventArgsから継承されます。 | |
KeyValue | Gets the keyboard value for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. System.Windows.Forms.KeyEventArgsから継承されます。 | |
Modifiers | Gets the modifier flags for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. System.Windows.Forms.KeyEventArgsから継承されます。 | |
Shift | Gets a value indicating whether the SHIFT key was pressed. System.Windows.Forms.KeyEventArgsから継承されます。 | |
SuppressKeyPress | Gets or sets a value indicating whether the key event should be passed on to the underlying control. System.Windows.Forms.KeyEventArgsから継承されます。 | |
Tool | ツール |