Expand Minimize
This topic has not yet been rated - Rate this topic

ShapeField.NavigateDescend Method

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

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
public virtual bool NavigateDescend(
	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: Boolean
true if the focus moves to the next shape in the navigation sequence; otherwise, false.

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.