FlexGrid for WinForms
KeyEditEventArgs Class Members
Fields 

The following tables list the members exposed by KeyEditEventArgs.

Public Constructors
 NameDescription
Public ConstructorKeyEditEventArgs ConstructorInitializes a new instance of the KeyEditEventArgs class.  
Top
Public Fields
 NameDescription
Public FieldAltGets a value indicating whether the ALT key was pressed.  
Public FieldColGets the column index of the cell being edited when the key was pressed.  
Public FieldControlGets a value indicating whether the CTRL key was pressed.  
Public FieldHandledGets or sets a value indicating whether the event was handled and should be ignored by the control.  
Public FieldKeyCodeGets the key code for the event, which will be one of the System.Windows.Forms.Keys values.  
Public FieldKeyDataGets 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.  
Public FieldKeyValueGets the integer representation of the KeyData property.  
Public FieldModifiersGets the modifier flags, as defined in Keys. This indicates which combination of modifier keys (CTRL, SHIFT, and ALT) were pressed.  
Public FieldRowGets the row index of the cell being edited when the key was pressed.  
Public FieldShiftGets a value indicating whether the SHIFT key was pressed.  
Top
See Also

Reference

KeyEditEventArgs Class
C1.Win.C1FlexGrid Namespace

 

 


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

Send Feedback