LineSegment.GetFocusable(ShapeElement) Méthode

Définition

Retourne une valeur indiquant si ce segment peut prendre le focus.

public:
 bool GetFocusable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public bool GetFocusable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
member this.GetFocusable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Function GetFocusable (parentShape As ShapeElement) As Boolean

Paramètres

parentShape
ShapeElement

Forme à laquelle ce segment appartient.

Retours

Boolean

true si ce segment peut être actif.

S’applique à