RichTextBox for WPF
KeyDown イベント (C1NoneBorderTool)

C1.WPF.RichTextBox.Ribbon アセンブリ > C1.WPF.RichTextBox.Ribbon 名前空間 > C1NoneBorderTool クラス : KeyDown イベント
シンタックス
'宣言
 
Public Event KeyDown As System.Windows.Input.KeyEventHandler
public event System.Windows.Input.KeyEventHandler KeyDown
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.KeyEventArgs 型の引数を受け取りました。次の KeyEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the key that is part of dead key composition to create a single combined character.  
Gets the keyboard key referenced by the event, if the key will be processed by an Input Method Editor (IME).  
Gets the input source that provided this input.  
Gets a value that indicates whether the key referenced by the event is in the down state.  
Gets a value that indicates whether the keyboard key referenced by the event is a repeated key.  
Gets a value that indicates whether the key referenced by the event is in the toggled state.  
Gets a value that indicates whether the key referenced by the event is in the up state.  
Gets the keyboard key associated with the event.  
Gets the state of the keyboard key associated with this event.  
Gets the keyboard key referenced by the event, if the key will be processed by the system.  
参照