Version

PanelNavigationDirection Enumeration

Direction to navigate within a DataPresenterBase panel.
Syntax
'Declaration
 
Public Enum PanelNavigationDirection 
   Inherits System.Enum
public enum PanelNavigationDirection : System.Enum 
Members
MemberDescription
AboveNavigate to the item that is above the item at the current position.
BelowNavigate to the item that is below the item at the current position.
LeftNavigate to the item that is to the left of the item at the current position.
NextNavigate to the item that is logically 'next' with respect to item at the current position.
PreviousNavigate to the item that is logically 'previous' with respect to item at the current position.
RightNavigate to the item that is to the right of the item at the current position.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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