AutomationElement.IsWindowPatternAvailableProperty Field
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Identifies the property that indicates whether the WindowPattern control pattern is available on this AutomationElement.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
Field Value
Type: System.Windows.Automation.AutomationPropertyThis identifier is used by UI Automation client applications. UI Automation providers should use the equivalent identifier in AutomationElementIdentifiers.
Return values of the property are of type Boolean. The default value for the property is false.
The following example ascertains whether a specified control pattern is supported by an AutomationElement.
.NET Framework
Available since 3.0
Available since 3.0
Show: