| C1.Win.TreeView Namespace : C1TreeViewEditMode Enumeration |
'DeclarationPublic Enum C1TreeViewEditMode Inherits System.Enum
'UsageDim instance As C1TreeViewEditMode
public enum C1TreeViewEditMode : System.Enum
public enum class C1TreeViewEditMode : public System.Enum
| Member | Description |
|---|---|
| EditOnEnter | Editing begins when the cell receives focus. This mode is useful when pressing the TAB key to enter values across a row, or when pressing the ENTER key to enter values down a column. |
| EditOnF2 | Editing begins when F2 is pressed while the cell has focus. This mode places the selection point at the end of the cell contents. |
| EditOnKeystroke | Editing begins when any alphanumeric key is pressed while the cell has focus. |
| EditOnKeystrokeOrF2 | Editing begins when any alphanumeric key or F2 is pressed while the cell has focus. |
| EditProgrammatically | Editing begins only when the C1TreeView.BeginEdit method is called. |
System.Object
System.ValueType
System.Enum
C1.Win.TreeView.C1TreeViewEditMode
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