Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / KeyExitEventArgs Class / Key Property


In This Topic
    Key Property (KeyExitEventArgs)
    In This Topic
    Gets an ExitKeys value that indicates the key raised by the KeyExit event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Key As ExitKeys
    'Usage
     
    
    Dim instance As KeyExitEventArgs
    Dim value As ExitKeys
     
    value = instance.Key
    public ExitKeys Key {get;}

    Property Value

    The ExitKeys value that indicates the key raised by the KeyExit event.
    Remarks
    This property retrieves the keyboard key.
    See Also