Spread Windows Forms 12.0 Product Documentation
Key Property (KeyExitEventArgs)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > KeyExitEventArgs Class : Key Property
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

Reference

KeyExitEventArgs Class
KeyExitEventArgs Members