ShapeElement.FindLastChild(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the child ShapeElement or ShapeField to get this shape's last descendant in the navigation sequence.
public:
Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ FindLastChild(bool focusableRequired);
public Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem FindLastChild (bool focusableRequired);
member this.FindLastChild : bool -> Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
Public Function FindLastChild (focusableRequired As Boolean) As DiagramItem
Parameters
- focusableRequired
- Boolean
A value indicating whether the DiagramItem to find must be focusable.
Returns
The last descendant of this ShapeElement.
Remarks
By default, shape fields precede child shapes in the navigation sequence.