ShapeField.Focused(ShapeElement, DiagramClientView) Method

Definition

Gets a value indicating whether the ShapeField has the focus.

public:
 bool Focused(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public bool Focused (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
member this.Focused : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> bool
Public Function Focused (parentShape As ShapeElement, view As DiagramClientView) As Boolean

Parameters

parentShape
ShapeElement

The parent ShapeElement of this ShapeField.

Returns

true if the ShapeField has the focus.

Applies to