C# Class UIAutomation.UiaRangeValuePattern

Description of RangeValuePatternAdapterNet.
Inheritance: IRangeValuePattern
Show file Open project: apetrovskiy/STUPS

Public Properties

Property Type Description
IsReadOnlyProperty UIANET::System.Windows.Automation.AutomationProperty
LargeChangeProperty UIANET::System.Windows.Automation.AutomationProperty
MaximumProperty UIANET::System.Windows.Automation.AutomationProperty
MinimumProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern
SmallChangeProperty UIANET::System.Windows.Automation.AutomationProperty
ValueProperty UIANET::System.Windows.Automation.AutomationProperty

Public Methods

Method Description
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
SetValue ( double value ) : void
UiaRangeValuePattern ( IUiElement element )
UiaRangeValuePattern ( IUiElement element, UIANET::System.Windows.Automation rangeValuePattern )

Method Details

GetParentElement() public method

public GetParentElement ( ) : IUiElement
return IUiElement

GetSourcePattern() public method

public GetSourcePattern ( ) : object
return object

SetParentElement() public method

public SetParentElement ( IUiElement element ) : void
element IUiElement
return void

SetSourcePattern() public method

public SetSourcePattern ( object pattern ) : void
pattern object
return void

SetValue() public method

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

UiaRangeValuePattern() public method

public UiaRangeValuePattern ( IUiElement element )
element IUiElement

UiaRangeValuePattern() public method

public UiaRangeValuePattern ( IUiElement element, UIANET::System.Windows.Automation rangeValuePattern )
element IUiElement
rangeValuePattern UIANET::System.Windows.Automation

Property Details

IsReadOnlyProperty public static property

public static AutomationProperty,UIANET::System.Windows.Automation IsReadOnlyProperty
return UIANET::System.Windows.Automation.AutomationProperty

LargeChangeProperty public static property

public static AutomationProperty,UIANET::System.Windows.Automation LargeChangeProperty
return UIANET::System.Windows.Automation.AutomationProperty

MaximumProperty public static property

public static AutomationProperty,UIANET::System.Windows.Automation MaximumProperty
return UIANET::System.Windows.Automation.AutomationProperty

MinimumProperty public static property

public static AutomationProperty,UIANET::System.Windows.Automation MinimumProperty
return UIANET::System.Windows.Automation.AutomationProperty

Pattern public static property

public static AutomationPattern,UIANET::System.Windows.Automation Pattern
return UIANET::System.Windows.Automation.AutomationPattern

SmallChangeProperty public static property

public static AutomationProperty,UIANET::System.Windows.Automation SmallChangeProperty
return UIANET::System.Windows.Automation.AutomationProperty

ValueProperty public static property

public static AutomationProperty,UIANET::System.Windows.Automation ValueProperty
return UIANET::System.Windows.Automation.AutomationProperty