Spread Windows Forms 10.0 Product Documentation
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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

KeyExitEventArgs Class
KeyExitEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.