WindowPattern.WindowPatternInformation Structure
Provides access to the property values of a WindowPattern object using its Current or Cached accessors.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
| Name | Description | |
|---|---|---|
![]() | CanMaximize | Gets a value that specifies whether the AutomationElement can be maximized. |
![]() | CanMinimize | Gets a value that specifies whether the current AutomationElement can be minimized. |
![]() | IsModal | Gets a value that specifies whether the AutomationElement is modal. |
![]() | IsTopmost | Gets a value that specifies whether the AutomationElement is the topmost element in the z-order. |
![]() | WindowInteractionState | Gets the WindowInteractionState of the AutomationElement. |
![]() | WindowVisualState | Gets the WindowVisualState of the AutomationElement. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

