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






key
Determines whether the specified key is released.

Syntax

Visual Basic (Declaration) 
Public Shared Function IsKeyUp( _
   ByVal key As Key _
) As Boolean
Visual Basic (Usage)Copy Code
Dim key As Key
Dim value As Boolean
 
value = Keyboard.IsKeyUp(key)
C# 
public static bool IsKeyUp( 
   Key key
)
Delphi 
public function IsKeyUp( 
    key: Key
): Boolean; static; 
JScript 
public static function IsKeyUp( 
   key : Key
) : boolean;
Managed Extensions for C++ 
public: static bool IsKeyUp( 
   Key key
) 
C++/CLI 
public:
static bool IsKeyUp( 
   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.