ShapeElement.FindLastChild(Boolean) Method

Definition

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.

Applies to