C# Class UIAutomation.UiaExpandCollapsePattern

Inheritance: IExpandCollapsePattern
Show file Open project: apetrovskiy/STUPS

Public Properties

Property Type Description
ExpandCollapseStateProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern

Public Methods

Method 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 method

public Collapse ( ) : void
return void

Expand() public method

public Expand ( ) : void
return void

GetParentElement() public method

public GetParentElement ( ) : IUiElement
return IUiElement

GetSourcePattern() public method

public GetSourcePattern ( ) : object
return object

SetParentElement() public method

public SetParentElement ( IUiElement element ) : void
element IUiElement
return void

SetSourcePattern() public method

public SetSourcePattern ( object pattern ) : void
pattern object
return void

UiaExpandCollapsePattern() public method

public UiaExpandCollapsePattern ( IUiElement element )
element IUiElement

UiaExpandCollapsePattern() public method

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

UiaExpandCollapsePattern() public method

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

Property Details

ExpandCollapseStateProperty public static property

public static AutomationProperty,UIANET::System.Windows.Automation ExpandCollapseStateProperty
return UIANET::System.Windows.Automation.AutomationProperty

Pattern public static property

public static AutomationPattern,UIANET::System.Windows.Automation Pattern
return UIANET::System.Windows.Automation.AutomationPattern