Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / ENSelectionNavigationCommand Enumeration


In This Topic
    ENSelectionNavigationCommand Enumeration
    In This Topic
    Enumerates the selection navigation commands.
    Syntax
    'Declaration
     
    
    Public Enum ENSelectionNavigationCommand 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSelectionNavigationCommand
    public enum ENSelectionNavigationCommand : System.Enum 
    Members
    MemberDescription
    MoveDownChanges the current row to next scrollable row and tries to preserve the current cell column.
    MoveLeftChanges the current cell to the cell that is on the left of the current one.
    MovePageDownChanges the current row to a one page down scrollable row from the last visible row and tries to preserve the current cell column.
    MovePageUpChanges the current row to a one page up scrollable row from the first visible row and tries to preserve the current cell column.
    MoveRightChanges the current cell to the cell that is on the right of the current one.
    MoveUpChanges the current row to prev scrollable row and tries to preserve the current cell column.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Grid.ENSelectionNavigationCommand

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also