AutomationElement.AutomationElementInformation.IsControlElement Propriété

Définition

Obtient une valeur qui indique si l'élément est affiché sous la forme d'un contrôle.

public:
 property bool IsControlElement { bool get(); };
public bool IsControlElement { get; }
member this.IsControlElement : bool
Public ReadOnly Property IsControlElement As Boolean

Valeur de propriété

true si l'élément est affiché sous la forme d'un contrôle ; sinon, false.

Remarques

Pour plus d’informations, consultez IsControlElementProperty.

S’applique à

Voir aussi