LinkShape.NavigateToNext(SelectedShapesCollection) Method

Definition

Called by this LinkShape to set focus to the next segment in the navigation sequence. This also handles NavigateToNext for LineSegments and AnchorPoints since key events are not routed to them.

public:
 override bool NavigateToNext(Microsoft::VisualStudio::Modeling::Diagrams::SelectedShapesCollection ^ selection);
public override bool NavigateToNext (Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection selection);
override this.NavigateToNext : Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection -> bool
Public Overrides Function NavigateToNext (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