'Declaration Public Enum DirectionAfterEnterEnum Inherits System.Enum
public enum DirectionAfterEnterEnum : System.Enum
'Declaration Public Enum DirectionAfterEnterEnum Inherits System.Enum
public enum DirectionAfterEnterEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.TrueDBGrid.DirectionAfterEnterEnum