AutomationElement.AutomationElementInformation.IsControlElement Proprietà

Definizione

Ottiene un valore che indica se l'elemento è visualizzato come controllo.

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

Valore della proprietà

true se l'elemento è visualizzato come controllo; in caso contrario false.

Commenti

Per altre informazioni, vedere IsControlElementProperty.

Si applica a

Vedi anche