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






Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("Intersoft.Client.Framework.Input.KeyGestureConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Overrides Property Gesture As InputGesture
Visual Basic (Usage)Copy Code
Dim instance As KeyBinding
Dim value As InputGesture
 
instance.Gesture = value
 
value = instance.Gesture
C# 
[TypeConverterAttribute("Intersoft.Client.Framework.Input.KeyGestureConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public override InputGesture Gesture {get; set;}
Delphi 
public read-write property Gesture: InputGesture; override; 
JScript 
TypeConverterAttribute("Intersoft.Client.Framework.Input.KeyGestureConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
public override function get,set Gesture : InputGesture
Managed Extensions for C++ 
[TypeConverterAttribute("Intersoft.Client.Framework.Input.KeyGestureConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public: __property InputGesture* get_Gesture() override;
public: __property void set_Gesture( 
   InputGesture* value
) override;
C++/CLI 
[TypeConverterAttribute("Intersoft.Client.Framework.Input.KeyGestureConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property InputGesture^ Gesture {
   InputGesture^ get() override;
   void set (    InputGesture^ value) override;
}

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.