ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / KeyEditEventArgs Class / KeyCode Property

In This Topic
    KeyCode Property
    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