HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

EditNavigateEnum Enumeration

Defines the direction when using the SftTree.EditNavigate method.

Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public enum EditNavigateEnum;
Public Enum EditNavigateEnum

Values

NameDescription
UpThe next cell above the current cell.
DownThe next cell below the current cell.
LeftThe cell to the left of the current cell.
RightThe cell to the right of the current cell.
HomeThe first editable cell in the control.
EndThe last editable cell in the control.

Comments

Defines the direction when using the SftTree.EditNavigate method.

See Also | Classes | SftTree/NET 3.0