Intersoft ClientUI Documentation
EditMouseGesture Property (UXQueryBuilder)



Gets or sets a value that determines the mouse gesture used to enter the editing mode.
Syntax
<CategoryAttribute("Common Properties")>
Public Property EditMouseGesture As EditMouseGesture
Dim instance As UXQueryBuilder
Dim value As EditMouseGesture
 
instance.EditMouseGesture = value
 
value = instance.EditMouseGesture
[CategoryAttribute("Common Properties")]
public EditMouseGesture EditMouseGesture {get; set;}
[CategoryAttribute("Common Properties")]
public:
property EditMouseGesture EditMouseGesture {
   EditMouseGesture get();
   void set (    EditMouseGesture value);
}
Remarks
EditMouseGesture property defines the mouse gesture needed for UXQueryBuilder to enter editing mode, consisting of SingleClickDoubleClick and SecondClick.
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

UXQueryBuilder Class
UXQueryBuilder Members

Send Feedback