ShapeElement.Focused(DiagramClientView) Method

Definition

Returns a value indicating whether this shape is focused in the specified view.

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

Parameters

view
DiagramClientView

The DiagramClientView to be checked.

Returns

true if this shape is focused.

Applies to