C# Class Mono.UIAutomation.TestFramework.Button

Inheritance: Element
Mostrar archivo Open project: mono/uia2atk

Public Properties

Property Type Description
UIAType System.Windows.Automation.ControlType

Public Methods

Method Description
Button ( AutomationElement elm ) : System
Click ( ) : void
Click ( bool log ) : void

Method Details

Button() public method

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

Click() public method

public Click ( ) : void
return void

Click() public method

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

Property Details

UIAType public_oe static_oe property

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