ArcFM Solution Developer Guide
PreviewKeyDown Event (FeatureControl)


Syntax
'Declaration
 
<SRCategoryAttribute("CatKey")>
<SRDescriptionAttribute("PreviewKeyDownDescr")>
Public Event PreviewKeyDown As System.Windows.Forms.PreviewKeyDownEventHandler
'Usage
 
Dim instance As FeatureControl
Dim handler As System.Windows.Forms.PreviewKeyDownEventHandler
 
AddHandler instance.PreviewKeyDown, handler
[SRCategory("CatKey")]
[SRDescription("PreviewKeyDownDescr")]
public event System.Windows.Forms.PreviewKeyDownEventHandler PreviewKeyDown
Event Data

The event handler receives an argument of type System.Windows.Forms.PreviewKeyDownEventArgs containing data related to this event. The following PreviewKeyDownEventArgs properties provide information specific to this event.

PropertyDescription
Alt  
Control  
IsInputKey  
KeyCode  
KeyData  
KeyValue  
Modifiers  
Shift  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FeatureControl Class
FeatureControl Members

 

 


Send Comment