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

In This Topic
    KeyCode Property (KeyEditEventArgs)
    In This Topic
    Gets the key code for the event, which will be one of the System.Windows.Forms.Keys values.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property KeyCode As Keys
    public Keys KeyCode {get;}
    See Also