ShapeElement::FindLastChild Method (Boolean)
Visual Studio 2015
Searches for the last child in the navigation sequence for the shape.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- focusableRequired
-
Type:
System::Boolean
true if the child must be able to have focus to be considered; otherwise, false.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^The last child in the navigation sequence for the shape.
By default, shape fields precede child shapes in the navigation sequence.
Show: