InputFormSectionGroupSwitcher.MoveSelection Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function MoveSelection ( _
dirToMove As GroupSwitcherNavigationDirection _
) As Boolean
'Usage
Dim instance As InputFormSectionGroupSwitcher
Dim dirToMove As GroupSwitcherNavigationDirection
Dim returnValue As Boolean
returnValue = instance.MoveSelection(dirToMove)
public bool MoveSelection(
GroupSwitcherNavigationDirection dirToMove
)
Parameters
Return Value
Type: System.Boolean
See Also
Reference
InputFormSectionGroupSwitcher Class