Intersoft ClientUI Documentation
KeyGesture Constructor(Key)
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > KeyGesture Class > KeyGesture Constructor : KeyGesture Constructor(Key)






key
Initializes a new instance of the KeyGesture class with the specified Key.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal key As Key _
)
Visual Basic (Usage)Copy Code
Dim key As Key
 
Dim instance As New KeyGesture(key)
C# 
public KeyGesture( 
   Key key
)
Delphi 
public KeyGesture( 
    key: Key
); 
JScript 
public function KeyGesture( 
   key : Key
);
Managed Extensions for C++ 
public: KeyGesture( 
   Key key
)
C++/CLI 
public:
KeyGesture( 
   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.