'Declaration Public Enum PanelNavigationDirection Inherits System.Enum
public enum PanelNavigationDirection : System.Enum
Member | Description |
---|---|
Above | Navigate to the item that is above the item at the current position. |
Below | Navigate to the item that is below the item at the current position. |
Left | Navigate to the item that is to the left of the item at the current position. |
Next | Navigate to the item that is logically 'next' with respect to item at the current position. |
Previous | Navigate to the item that is logically 'previous' with respect to item at the current position. |
Right | Navigate to the item that is to the right of the item at the current position. |
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