C# Class Mono.UIAutomation.TestFramework.Slider

Inheritance: Element
Show file Open project: mono/uia2atk

Public Properties

Property Type Description
UIAType System.Windows.Automation.ControlType

Public Methods

Method Description
SetValue ( double value ) : void
SetValue ( double value, bool log ) : void
Slider ( AutomationElement elm ) : System

Method Details

SetValue() public method

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

SetValue() public method

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

Slider() public method

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

Property Details

UIAType public static property

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