ShapeField.NavigateToLast Method

Moves the focus to the last shape field in the navigation sequence for the selected shapes.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Overridable Function NavigateToLast ( _
    parentShape As ShapeElement, _
    selection As SelectedShapesCollection _
) As Boolean
'Usage
Dim instance As ShapeField 
Dim parentShape As ShapeElement 
Dim selection As SelectedShapesCollection 
Dim returnValue As Boolean 

returnValue = instance.NavigateToLast(parentShape, _
    selection)
public virtual bool NavigateToLast(
    ShapeElement parentShape,
    SelectedShapesCollection selection
)
public:
virtual bool NavigateToLast(
    ShapeElement^ parentShape, 
    SelectedShapesCollection^ selection
)
public function NavigateToLast(
    parentShape : ShapeElement, 
    selection : SelectedShapesCollection
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the focus moves to the last shape in the navigation sequence; otherwise, false.

Remarks

By default, shape fields precede child shapes in the navigation sequence.

.NET Framework Security

See Also

Reference

ShapeField Class

ShapeField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace