Intersoft ClientUI Documentation
KeyGesture Constructor(Key,ModifierKeys,String)



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

Parameters

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