AutomationElementIdentifiers.IsDialogProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.