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 SourceCanMaximizeProperty
Identifies the Maximizable automation property.
Declaration
public static readonly AutomationProperty CanMaximizeProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
CanMinimizeProperty
Identifies the Minimizable automation property.
Declaration
public static readonly AutomationProperty CanMinimizeProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
IsModalProperty
Identifies the IsModal automation property.
Declaration
public static readonly AutomationProperty IsModalProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
IsTopmostProperty
Identifies the IsTopmost automation property.
Declaration
public static readonly AutomationProperty IsTopmostProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
WindowInteractionStateProperty
Identifies the InteractionState automation property.
Declaration
public static readonly AutomationProperty WindowInteractionStateProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
WindowVisualStateProperty
Identifies the VisualState automation property.
Declaration
public static readonly AutomationProperty WindowVisualStateProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |