C# Class Mono.UIAutomation.TestFramework.TreeItem

Inheritance: Element
Show file Open project: mono/uia2atk

Public Properties

Property Type Description
UIAType System.Windows.Automation.ControlType

Public Methods

Method Description
Collapse ( ) : void
Collapse ( bool log ) : void
Expand ( ) : void
Expand ( bool log ) : void
Select ( ) : void
Select ( bool log ) : void
TreeItem ( AutomationElement elm ) : System

Method Details

Collapse() public method

public Collapse ( ) : void
return void

Collapse() public method

public Collapse ( bool log ) : void
log bool
return void

Expand() public method

public Expand ( ) : void
return void

Expand() public method

public Expand ( bool log ) : void
log bool
return void

Select() public method

public Select ( ) : void
return void

Select() public method

public Select ( bool log ) : void
log bool
return void

TreeItem() public method

public TreeItem ( AutomationElement elm ) : System
elm System.Windows.Automation.AutomationElement
return System

Property Details

UIAType public static property

public static ControlType,System.Windows.Automation UIAType
return System.Windows.Automation.ControlType