Intersoft ClientUI Documentation
KeyGesture Constructor(Key,ModifierKeys)



Initializes a new instance of the KeyGesture class with the specified Key and ModifierKeys
Syntax
Public Function New( _
   ByVal key As Key, _
   ByVal modifiers As ModifierKeys _
)
Dim key As Key
Dim modifiers As ModifierKeys
 
Dim instance As New KeyGesture(key, modifiers)
public KeyGesture( 
   Key key,
   ModifierKeys modifiers
)
public:
KeyGesture( 
   Key key,
   ModifierKeys modifiers
)

Parameters

key
modifiers
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

KeyGesture Class
KeyGesture Members
Overload List

Send Feedback