ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

DirectionAfterEnterEnum Enumeration

Specifies which cell gets focus when the enter key is pressed.

[Visual Basic]

Public Enum DirectionAfterEnterEnum

[C#]

public enum DirectionAfterEnterEnum

[Delphi]

type DirectionAfterEnterEnum = (MoveDown, MoveLeft, MoveNone, MoveRight, MoveUp);

Namespace: C1.Win.C1TrueDBGrid

Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)

Members

Member name

Description

MoveDown

The next cell will be the cell below the current cell.

MoveLeft

The next cell will be the cell to the left of the current cell.

MoveNone

Cell currency doesn't change.

MoveRight

The next cell will be the cell to the right of the current cell.

MoveUp

The next cell will be the cell above the current cell.

See Also

C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.