Intersoft ClientUI Documentation
IsCharacter Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > KeyStroke Class : IsCharacter Method






key

Syntax

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