C# Class System.Windows.Automation.WindowPattern

Inheritance: BasePattern
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Свойство Type Description
CanMaximizeProperty AutomationProperty
CanMinimizeProperty AutomationProperty
IsModalProperty AutomationProperty
IsTopmostProperty AutomationProperty
Pattern AutomationPattern
WindowClosedEvent AutomationEvent
WindowInteractionStateProperty AutomationProperty
WindowOpenedEvent AutomationEvent
WindowVisualStateProperty AutomationProperty

Méthodes publiques

Méthode Description
Close ( ) : void
SetWindowVisualState ( WindowVisualState state ) : void
WaitForInputIdle ( int milliseconds ) : bool

Private Methods

Méthode Description
WindowPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
Wrap ( AutomationElement el, object pattern, bool cached ) : object

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

SetWindowVisualState() public méthode

public SetWindowVisualState ( WindowVisualState state ) : void
state WindowVisualState
Résultat void

WaitForInputIdle() public méthode

public WaitForInputIdle ( int milliseconds ) : bool
milliseconds int
Résultat bool

Property Details

CanMaximizeProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation CanMaximizeProperty
Résultat AutomationProperty

CanMinimizeProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation CanMinimizeProperty
Résultat AutomationProperty

IsModalProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation IsModalProperty
Résultat AutomationProperty

IsTopmostProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation IsTopmostProperty
Résultat AutomationProperty

Pattern public_oe static_oe property

public static AutomationPattern,System.Windows.Automation Pattern
Résultat AutomationPattern

WindowClosedEvent public_oe static_oe property

public static AutomationEvent,System.Windows.Automation WindowClosedEvent
Résultat AutomationEvent

WindowInteractionStateProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation WindowInteractionStateProperty
Résultat AutomationProperty

WindowOpenedEvent public_oe static_oe property

public static AutomationEvent,System.Windows.Automation WindowOpenedEvent
Résultat AutomationEvent

WindowVisualStateProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation WindowVisualStateProperty
Résultat AutomationProperty