LineSegment.GetFocusable(ShapeElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
true si ce segment peut être actif.