C# Class Mono.UIAutomation.TestFramework.RadioButton

Inheritance: Element
ファイルを表示 Open project: mono/uia2atk

Public Properties

Property Type Description
UIAType System.Windows.Automation.ControlType

Public Methods

Method Description
AddToSelection ( ) : void
AddToSelection ( bool log ) : void
RadioButton ( AutomationElement elm ) : System
RemoveFromSelection ( ) : void
RemoveFromSelection ( bool log ) : void
ScrollIntoView ( ) : void
ScrollIntoView ( bool log ) : void
Select ( ) : void
Select ( bool log ) : void

Method Details

AddToSelection() public method

public AddToSelection ( ) : void
return void

AddToSelection() public method

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

RadioButton() public method

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

RemoveFromSelection() public method

public RemoveFromSelection ( ) : void
return void

RemoveFromSelection() public method

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

ScrollIntoView() public method

public ScrollIntoView ( ) : void
return void

ScrollIntoView() public method

public ScrollIntoView ( 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

Property Details

UIAType public_oe static_oe property

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