Intersoft ClientUI Documentation
EditKeyGesture Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class : EditKeyGesture Property






Gets or sets a value that determines the key gesture used to enter the editing mode.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Data Editing")>
Public Property EditKeyGesture As EditKeyGesture
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim value As EditKeyGesture
 
instance.EditKeyGesture = value
 
value = instance.EditKeyGesture
C# 
[CategoryAttribute("Data Editing")]
public EditKeyGesture EditKeyGesture {get; set;}
Delphi 
public read-write property EditKeyGesture: EditKeyGesture; 
JScript 
CategoryAttribute("Data Editing")
public function get,set EditKeyGesture : EditKeyGesture
Managed Extensions for C++ 
[CategoryAttribute("Data Editing")]
public: __property EditKeyGesture get_EditKeyGesture();
public: __property void set_EditKeyGesture( 
   EditKeyGesture value
);
C++/CLI 
[CategoryAttribute("Data Editing")]
public:
property EditKeyGesture EditKeyGesture {
   EditKeyGesture get();
   void set (    EditKeyGesture value);
}

Remarks

The keyboard gesture is determined by several properties such as EditKeyGesture, EnterKeyAction and EditEnterKeyAction. Each property has specific action that you can customize. The following list details the action of each property.

EditKeyGesture:

  • F2
    Directly begin edit on the currently selected cell using F2 key.
  • AnyKeystroke
    Directly begin edit on the currently selected cell from any key stroke.

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.