C# Class UIAutomation.UiaExpandCollapsePattern

Inheritance: IExpandCollapsePattern
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Свойство Type Description
ExpandCollapseStateProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern

Méthodes publiques

Méthode Description
Collapse ( ) : void
Expand ( ) : void
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
UiaExpandCollapsePattern ( IUiElement element )
UiaExpandCollapsePattern ( IUiElement element, UIANET::System.Windows.Automation expandCollapsePattern )
UiaExpandCollapsePattern ( UIANET::System.Windows.Automation ExpandCollapsePattern )

Method Details

Collapse() public méthode

public Collapse ( ) : void
Résultat void

Expand() public méthode

public Expand ( ) : void
Résultat void

GetParentElement() public méthode

public GetParentElement ( ) : IUiElement
Résultat IUiElement

GetSourcePattern() public méthode

public GetSourcePattern ( ) : object
Résultat object

SetParentElement() public méthode

public SetParentElement ( IUiElement element ) : void
element IUiElement
Résultat void

SetSourcePattern() public méthode

public SetSourcePattern ( object pattern ) : void
pattern object
Résultat void

UiaExpandCollapsePattern() public méthode

public UiaExpandCollapsePattern ( IUiElement element )
element IUiElement

UiaExpandCollapsePattern() public méthode

public UiaExpandCollapsePattern ( IUiElement element, UIANET::System.Windows.Automation expandCollapsePattern )
element IUiElement
expandCollapsePattern UIANET::System.Windows.Automation

UiaExpandCollapsePattern() public méthode

public UiaExpandCollapsePattern ( UIANET::System.Windows.Automation ExpandCollapsePattern )
ExpandCollapsePattern UIANET::System.Windows.Automation

Property Details

ExpandCollapseStateProperty public_oe static_oe property

public static AutomationProperty,UIANET::System.Windows.Automation ExpandCollapseStateProperty
Résultat UIANET::System.Windows.Automation.AutomationProperty

Pattern public_oe static_oe property

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