C# Class Mono.UIAutomation.TestFramework.ComboBox

Inheritance: Element
Mostrar archivo Open project: mono/uia2atk

Public Properties

Property Type Description
UIAType System.Windows.Automation.ControlType

Public Methods

Method Description
Collapse ( ) : void
Collapse ( bool log ) : void
ComboBox ( AutomationElement elm ) : System
Expand ( ) : void
Expand ( bool log ) : void
GetSelection ( ) : System.Windows.Automation.AutomationElement[]
SetValue ( string value ) : void
SetValue ( string value, bool log ) : void

Method Details

Collapse() public method

public Collapse ( ) : void
return void

Collapse() public method

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

ComboBox() public method

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

Expand() public method

public Expand ( ) : void
return void

Expand() public method

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

GetSelection() public method

public GetSelection ( ) : System.Windows.Automation.AutomationElement[]
return System.Windows.Automation.AutomationElement[]

SetValue() public method

public SetValue ( string value ) : void
value string
return void

SetValue() public method

public SetValue ( string value, bool log ) : void
value string
log bool
return void

Property Details

UIAType public_oe static_oe property

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