C# Class Mono.UIAutomation.TestFramework.CheckBox

Inheritance: Element
Show file Open project: mono/uia2atk

Public Properties

Property Type Description
UIAType System.Windows.Automation.ControlType

Public Methods

Method Description
CheckBox ( AutomationElement elm ) : System
Toggle ( ) : void
Toggle ( bool log ) : void

Method Details

CheckBox() public method

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

Toggle() public method

public Toggle ( ) : void
return void

Toggle() public method

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

Property Details

UIAType public static property

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