HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

EditNavigate Method, SftTree Class

Positions cell editing on another cell.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public bool EditNavigate( EditNavigateEnum Direction );
Public Function EditNavigate( ByVal Direction As EditNavigateEnum ) As Boolean

Parameters

Direction

The direction.

Return Value

Returns True if cell editing has been repositioned successfully, otherwise False.

Comments

Positions cell editing on another cell.

While cell editing is active, this method can be used to implement cell navigation. The cell currently being edited is ended, the EditValidate event occurs and the next cell in the specified direction is edited.

See Also SftTree Class | Classes | SftTree/NET 3.0