public interface IUIAutomationRangeValuePattern
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
int |
cachedIsReadOnly()
Getter method for the COM property "CachedIsReadOnly"
|
double |
cachedLargeChange()
Getter method for the COM property "CachedLargeChange"
|
double |
cachedMaximum()
Getter method for the COM property "CachedMaximum"
|
double |
cachedMinimum()
Getter method for the COM property "CachedMinimum"
|
double |
cachedSmallChange()
Getter method for the COM property "CachedSmallChange"
|
double |
cachedValue()
Getter method for the COM property "CachedValue"
|
int |
currentIsReadOnly()
Getter method for the COM property "CurrentIsReadOnly"
|
double |
currentLargeChange()
Getter method for the COM property "CurrentLargeChange"
|
double |
currentMaximum()
Getter method for the COM property "CurrentMaximum"
|
double |
currentMinimum()
Getter method for the COM property "CurrentMinimum"
|
double |
currentSmallChange()
Getter method for the COM property "CurrentSmallChange"
|
double |
currentValue()
Getter method for the COM property "CurrentValue"
|
void |
setValue(double val) |
void setValue(double val)
val - Mandatory double parameter.double currentValue()
Getter method for the COM property "CurrentValue"
int currentIsReadOnly()
Getter method for the COM property "CurrentIsReadOnly"
double currentMaximum()
Getter method for the COM property "CurrentMaximum"
double currentMinimum()
Getter method for the COM property "CurrentMinimum"
double currentLargeChange()
Getter method for the COM property "CurrentLargeChange"
double currentSmallChange()
Getter method for the COM property "CurrentSmallChange"
double cachedValue()
Getter method for the COM property "CachedValue"
int cachedIsReadOnly()
Getter method for the COM property "CachedIsReadOnly"
double cachedMaximum()
Getter method for the COM property "CachedMaximum"
double cachedMinimum()
Getter method for the COM property "CachedMinimum"
double cachedLargeChange()
Getter method for the COM property "CachedLargeChange"
double cachedSmallChange()
Getter method for the COM property "CachedSmallChange"
Copyright © 2016. All rights reserved.