'Declaration
Public Enum C1TreeViewEditMode Inherits System.Enum
public enum C1TreeViewEditMode : System.Enum
'Declaration
Public Enum C1TreeViewEditMode Inherits System.Enum
public enum C1TreeViewEditMode : System.Enum
Member | Description |
---|---|
EditOnEnter | Editing begins when Enter is pressed while the cell has focus. |
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