Show / Hide Table of Contents

Class WindowPatternIdentifiers

Contains values used as automation property identifiers specifically for properties of the IWindowProvider pattern.

Inheritance
System.Object
WindowPatternIdentifiers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public static class WindowPatternIdentifiers

Fields

| Improve this Doc View Source

CanMaximizeProperty

Identifies the Maximizable automation property.

Declaration
public static readonly AutomationProperty CanMaximizeProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

CanMinimizeProperty

Identifies the Minimizable automation property.

Declaration
public static readonly AutomationProperty CanMinimizeProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

IsModalProperty

Identifies the IsModal automation property.

Declaration
public static readonly AutomationProperty IsModalProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

IsTopmostProperty

Identifies the IsTopmost automation property.

Declaration
public static readonly AutomationProperty IsTopmostProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

WindowInteractionStateProperty

Identifies the InteractionState automation property.

Declaration
public static readonly AutomationProperty WindowInteractionStateProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

WindowVisualStateProperty

Identifies the VisualState automation property.

Declaration
public static readonly AutomationProperty WindowVisualStateProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

  • Improve this Doc
  • View Source