WindowPattern.WindowPatternInformation Struct
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.
Provides access to the property values of a WindowPattern object using its Current or Cached accessors.
public: value class WindowPattern::WindowPatternInformation
public struct WindowPattern.WindowPatternInformation
type WindowPattern.WindowPatternInformation = struct
Public Structure WindowPattern.WindowPatternInformation
- Inheritance
Properties
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. |