Intersoft ClientUI Documentation
GetKeyStates Method
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > Keyboard Class : GetKeyStates Method






key
Gets the set of key states for the specified key.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetKeyStates( _
   ByVal key As Key _
) As Object
Visual Basic (Usage)Copy Code
Dim key As Key
Dim value As Object
 
value = Keyboard.GetKeyStates(key)
C# 
public static object GetKeyStates( 
   Key key
)
Delphi 
public function GetKeyStates( 
    key: Key
): TObject; static; 
JScript 
public static function GetKeyStates( 
   key : Key
) : Object;
Managed Extensions for C++ 
public: static Object* GetKeyStates( 
   Key key
) 
C++/CLI 
public:
static Object^ GetKeyStates( 
   Key key
) 

Parameters

key

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.