C# Class Mono.UIAutomation.TestFramework.MenuItem

Inheritance: Element
Mostrar archivo Open project: mono/uia2atk

Public Properties

Property Type Description
UIAType System.Windows.Automation.ControlType

Public Methods

Method Description
Click ( ) : void
Click ( bool log ) : void
Collapse ( ) : void
Collapse ( bool log ) : void
Expand ( ) : void
Expand ( bool log ) : void
MenuItem ( AutomationElement elm ) : System

Method Details

Click() public method

public Click ( ) : void
return void

Click() public method

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

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

MenuItem() public method

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

Property Details

UIAType public_oe static_oe property

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