Gets or sets the InputGesture associated with this input binding.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property Gesture As InputGesture |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As InputBinding
Dim value As InputGesture
instance.Gesture = value
value = instance.Gesture |
Delphi | |
---|
public read-write property Gesture: InputGesture; virtual; |
Managed Extensions for C++ | |
---|
public: __property virtual InputGesture* get_Gesture();
public: __property virtual void set_Gesture(
InputGesture* value
); |
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