ShapeElement::FindNextChild Method (DiagramItem^, Boolean)

 

Searches for the next child in the navigation sequence for the shape.

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

public:
DiagramItem^ FindNextChild(
	DiagramItem^ startFromChildItem,
	bool focusableRequired
)

Parameters

startFromChildItem
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^

The child shape from which to start the search.

focusableRequired
Type: System::Boolean

true to consider the child shape only if it can have focus; otherwise, false.

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^

The next child in the navigation sequence for the shape.

Return to top
Show: