Share via


AutomationElementIdentifiers.IsDialogProperty Property

Definition

Identifies the Boolean AutomationProperties.IsDialogProperty that indicates whether the automation element is a dialog window.

public:
 static property AutomationProperty ^ IsDialogProperty { AutomationProperty ^ get(); };
static AutomationProperty IsDialogProperty();
public static AutomationProperty IsDialogProperty { get; }
var automationProperty = AutomationElementIdentifiers.isDialogProperty;
Public Shared ReadOnly Property IsDialogProperty As AutomationProperty

Property Value

The automation property identifier.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to