WindowPatternIdentifiers Class

Definition

Contains values used as identifiers by IWindowProvider.

public ref class WindowPatternIdentifiers abstract sealed
public static class WindowPatternIdentifiers
type WindowPatternIdentifiers = class
Public Class WindowPatternIdentifiers
Inheritance
WindowPatternIdentifiers

Remarks

These identifiers are used by UI Automation providers. UI Automation client applications should use the equivalent fields in WindowPattern.

Fields

CanMaximizeProperty

Identifies the CanMaximize property.

CanMinimizeProperty

Identifies the CanMinimize property.

IsModalProperty

Identifies the IsModal property.

IsTopmostProperty

Identifies the IsTopmost property.

Pattern

Identifies the WindowPattern pattern.

WindowClosedEvent

Identifies the event that is raised when a window is closed.

WindowInteractionStateProperty

Identifies the WindowInteractionState property.

WindowOpenedEvent

Identifies the event that is raised when a window is opened.

WindowVisualStateProperty

Identifies the WindowVisualState property.

Applies to

See also