Intersoft ClientUI Documentation
Gesture Property
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > InputBinding Class : Gesture Property






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
C# 
public virtual InputGesture Gesture {get; set;}
Delphi 
public read-write property Gesture: InputGesture; virtual; 
JScript 
public function get,set Gesture : InputGesture
Managed Extensions for C++ 
public: __property virtual InputGesture* get_Gesture();
public: __property virtual void set_Gesture( 
   InputGesture* value
);
C++/CLI 
public:
virtual property InputGesture^ Gesture {
   InputGesture^ get();
   void set (    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

© 2012 All Rights Reserved.