AutomationElementIdentifiers.IsControlElementProperty Field

Definition

Identifies the IsControlElement property.

public: static initonly System::Windows::Automation::AutomationProperty ^ IsControlElementProperty;
public static readonly System.Windows.Automation.AutomationProperty IsControlElementProperty;
 staticval mutable IsControlElementProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly IsControlElementProperty As AutomationProperty 

Field Value

Remarks

This identifier is for use by UI Automation providers. UI Automation client applications should use the equivalent field from AutomationElement.

Applies to

See also