WindowPattern.WindowPatternInformation Struktur

Definition

Gewährt mithilfe des zugehörigen WindowPattern-Accessors oder Current-Accessors Zugriff auf die Eigenschaftswerte eines Cached-Objekts.

public: value class WindowPattern::WindowPatternInformation
public struct WindowPattern.WindowPatternInformation
type WindowPattern.WindowPatternInformation = struct
Public Structure WindowPattern.WindowPatternInformation
Vererbung
WindowPattern.WindowPatternInformation

Eigenschaften

CanMaximize

Ruft einen Wert ab, der angibt, ob das AutomationElement maximiert werden kann.

CanMinimize

Ruft einen Wert ab, der angibt, ob das aktuelle AutomationElement-Element minimiert werden kann.

IsModal

Ruft einen Wert ab, der angibt, ob das AutomationElement modal ist.

IsTopmost

Ruft einen Wert ab, der angibt, ob das AutomationElement das oberste Element in der Z-Reihenfolge ist.

WindowInteractionState

Ruft den WindowInteractionState von AutomationElement ab.

WindowVisualState

Ruft den WindowVisualState von AutomationElement ab.

Gilt für

Siehe auch