PowerTools ActiveReports for .NET 11.0J
KeyDown イベント (Viewer)

構文
'宣言
 
Public Event KeyDown As KeyEventHandler
public event KeyEventHandler KeyDown
イベント データ

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

プロパティ解説
DeadCharProcessedKeyGets the key that is part of dead key composition to create a single combined character.  
Device System.Windows.Input.InputEventArgsから継承されます。
Handled System.Windows.RoutedEventArgsから継承されます。
ImeProcessedKeyGets the keyboard key referenced by the event, if the key will be processed by an Input Method Editor (IME).  
InputSourceGets the input source that provided this input.  
IsDownGets a value that indicates whether the key referenced by the event is in the down state.  
IsRepeatGets a value that indicates whether the keyboard key referenced by the event is a repeated key.  
IsToggledGets a value that indicates whether the key referenced by the event is in the toggled state.  
IsUpGets a value that indicates whether the key referenced by the event is in the up state.  
KeyGets the keyboard key associated with the event.  
KeyboardDevice System.Windows.Input.KeyboardEventArgsから継承されます。
KeyStatesGets the state of the keyboard key associated with this event.  
OriginalSource System.Windows.RoutedEventArgsから継承されます。
RoutedEvent System.Windows.RoutedEventArgsから継承されます。
Source System.Windows.RoutedEventArgsから継承されます。
SystemKeyGets the keyboard key referenced by the event, if the key will be processed by the system.  
Timestamp System.Windows.Input.InputEventArgsから継承されます。
参照

関連項目

Viewer クラス
Viewer メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.