FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / KeyEditEventArgs Class / KeyData Property

In This Topic
    KeyData Property (KeyEditEventArgs)
    In This Topic
    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 Property KeyData As Keys
    public Keys KeyData {get;}
    See Also