LinkShape.NavigateToLast(SelectedShapesCollection) Method

Definition

Called by this ShapeElement to set focus to this shape's last sibling (i.e., the parent's last child) in the navigation sequence. This also handles NavigateToPrevious for LineSegments and AnchorPoints since key events are not routed to them.

public:
 override bool NavigateToLast(Microsoft::VisualStudio::Modeling::Diagrams::SelectedShapesCollection ^ selection);
public override bool NavigateToLast (Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection selection);
override this.NavigateToLast : Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection -> bool
Public Overrides Function NavigateToLast (selection As SelectedShapesCollection) As Boolean

Parameters

selection
SelectedShapesCollection

The current selection whose focus will be updated.

Returns

True if navigation occurred, false otherwise.

Applies to