Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
UIA
Extensions
AutomationProviders
RangeValueProvider
C# Class UIA.Extensions.AutomationProviders.RangeValueProvider
Inheritance:
ControlProvider
,
IRangeValueProvider
ファイルを表示
Open project: northwoodspd/UIA.Extensions
Public Methods
Method
Description
RangeValueProvider
(
RangeValueControl
rangeValue
) :
System.Windows.Automation
SetValue
(
double
value
) :
void
Method Details
RangeValueProvider()
public
method
public
RangeValueProvider
(
RangeValueControl
rangeValue
) :
System.Windows.Automation
rangeValue
UIA.Extensions.AutomationProviders.Interfaces.RangeValueControl
return
System.Windows.Automation
SetValue()
public
method
public
SetValue
(
double
value
) :
void
value
double
return
void