Intersoft ClientUI Documentation
Gesture Property (KeyBinding)



Syntax
<TypeConverterAttribute("Intersoft.Client.Framework.Input.KeyGestureConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Overrides Property Gesture As InputGesture
Dim instance As KeyBinding
Dim value As InputGesture
 
instance.Gesture = value
 
value = instance.Gesture
[TypeConverterAttribute("Intersoft.Client.Framework.Input.KeyGestureConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public override InputGesture Gesture {get; set;}
[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 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

KeyBinding Class
KeyBinding Members

Send Feedback