Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DialogKeyEventArgs Class / KeyCode Property


In This Topic
    KeyCode Property (DialogKeyEventArgs)
    In This Topic
    Gets the key code for the key the user pressed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property KeyCode As Keys
    'Usage
     
    
    Dim instance As DialogKeyEventArgs
    Dim value As Keys
     
    value = instance.KeyCode
    public Keys KeyCode {get;}
    See Also