FlexGrid for WinForms
KeyData Field



Gets the key code for the key that was pressed, combined with modifier flags that indicate which combination of CTRL, SHIFT, and ALT keys were pressed at the same time.
Syntax
'Declaration
 
Public ReadOnly KeyData As Keys
'Usage
 
Dim instance As KeyEditEventArgs
Dim value As Keys
 
value = instance.KeyData
public readonly Keys KeyData
public:
readonly Keys KeyData
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KeyEditEventArgs Class
KeyEditEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback