GrapeCity MultiRow Windows Forms Documentation
MoveStatus Enumeration


Specifies which status causes the current cell changes.
Syntax
Public Enum MoveStatus 
   Inherits System.Enum
Dim instance As MoveStatus
public enum MoveStatus : System.Enum 
Members
MemberDescription
MouseClickIndicates the mouse click causes the current cell changes.
MoveDownIndicates MoveDown action causes the current cell changes.
MoveLeftIndicates MoveLeft action causes the current cell changes.
MoveRightIndicates MoveRight action causes the current cell changes.
MoveToFirstCellIndicates MoveToFirstCell action causes the current cell changes.
MoveToFirstCellByTabOrderIndicates MoveToFirstCellByTabOrder action causes the current cell changes.
MoveToFirstCellInRowIndicates MoveToFirstCellInRow action causes the current cell changes.
MoveToFirstCellInRowByTabOrderIndicates MoveToFirstCellInRowByTabOrder action causes the current cell changes.
MoveToFirstRowIndicates MoveToFirstRow action causes the current cell changes.
MoveToLastCellIndicates MoveToLastCell action causes the current cell changes.
MoveToLastCellByTabOrderIndicates MoveToLastCellByTabOrder action causes the current cell changes.
MoveToLastCellInRowIndicates MoveToLastCellInRow action causes the current cell changes.
MoveToLastCellInRowByTabOrderIndicates MoveToLastCellInRowByTabOrder action causes the current cell changes.
MoveToLastRowIndicates MoveToLastRow action causes the current cell changes.
MoveToNextCellIndicates MoveToNextCell action causes the current cell changes.
MoveToNextCellInRowIndicates MoveToNextCellInRow action causes the current cell changes.
MoveToNextCellThenControlIndicates MoveToNextCellThenControl action causes the current cell changes.
MoveToNextPageIndicates MoveToNextPage action causes the current cell changes.
MoveToNextRowIndicates MoveToNextRow action causes the current cell changes.
MoveToPreviousCellIndicates MoveToPreviousCell action causes the current cell changes.
MoveToPreviousCellInRowIndicates MoveToPreviousCellInRow action causes the current cell changes.
MoveToPreviousCellThenControlIndicates MoveToPreviousCellThenControl action causes the current cell changes.
MoveToPreviousRowIndicates MoveToPreviousRow action causes the current cell changes.
MoveToPrevousPageIndicates MoveToPrevousPage action causes the current cell changes.
MoveUpIndicates MoveUp action causes the current cell changes.
NoActionIndicates some unknown behavior causes the current cell changes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.MoveStatus

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.