Version

GetRecordNavigationDirectionFromCellNavigationDirection Method (FieldLayoutTemplateGenerator)

Returns the PanelNavigationDirection value that should be used to navigate to an adjacent record when the specified cell navigation direction is used and a suitable target cell cannot be found in the current record.
Syntax
'Declaration
 
Public Overridable Function GetRecordNavigationDirectionFromCellNavigationDirection( _
   ByVal cellNavigationDirection As PanelNavigationDirection _
) As PanelNavigationDirection
public virtual PanelNavigationDirection GetRecordNavigationDirectionFromCellNavigationDirection( 
   PanelNavigationDirection cellNavigationDirection
)

Parameters

cellNavigationDirection
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