ShapeField::NavigateToLast Method (ShapeElement^, SelectedShapesCollection^)
Visual Studio 2015
Moves the focus to the last shape field in the navigation sequence for the selected shapes.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual bool NavigateToLast( ShapeElement^ parentShape, SelectedShapesCollection^ selection )
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The shape element to which the shape field is assigned.
- selection
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::SelectedShapesCollection^
The group of shapes that are selected and can be navigated.
Return Value
Type: System::Booleantrue if the focus moves to the last shape in the navigation sequence; otherwise, false.
By default, shape fields precede child shapes in the navigation sequence.
Show: