Intersoft ClientUI Documentation
PlatformKeyCode Property



Gets the platform-independent key code associated with the event.
Syntax
Public ReadOnly Property PlatformKeyCode As Integer
Dim instance As KeyEventArgs
Dim value As Integer
 
value = instance.PlatformKeyCode
public int PlatformKeyCode {get;}
public:
property int PlatformKeyCode {
   int get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KeyEventArgs Class
KeyEventArgs Members

Send Feedback