WindowPattern.WindowPatternInformation Struct

Definition

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
WindowPattern.WindowPatternInformation

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.

Applies to

See also