public interface IUIAutomationScrollPattern
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
int |
cachedHorizontallyScrollable()
Getter method for the COM property "CachedHorizontallyScrollable"
|
double |
cachedHorizontalScrollPercent()
Getter method for the COM property "CachedHorizontalScrollPercent"
|
double |
cachedHorizontalViewSize()
Getter method for the COM property "CachedHorizontalViewSize"
|
int |
cachedVerticallyScrollable()
Getter method for the COM property "CachedVerticallyScrollable"
|
double |
cachedVerticalScrollPercent()
Getter method for the COM property "CachedVerticalScrollPercent"
|
double |
cachedVerticalViewSize()
Getter method for the COM property "CachedVerticalViewSize"
|
int |
currentHorizontallyScrollable()
Getter method for the COM property "CurrentHorizontallyScrollable"
|
double |
currentHorizontalScrollPercent()
Getter method for the COM property "CurrentHorizontalScrollPercent"
|
double |
currentHorizontalViewSize()
Getter method for the COM property "CurrentHorizontalViewSize"
|
int |
currentVerticallyScrollable()
Getter method for the COM property "CurrentVerticallyScrollable"
|
double |
currentVerticalScrollPercent()
Getter method for the COM property "CurrentVerticalScrollPercent"
|
double |
currentVerticalViewSize()
Getter method for the COM property "CurrentVerticalViewSize"
|
void |
scroll(ScrollAmount horizontalAmount,
ScrollAmount verticalAmount) |
void |
setScrollPercent(double horizontalPercent,
double verticalPercent) |
void scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
horizontalAmount - Mandatory mmarquee.automation.uiautomation.ScrollAmount parameter.verticalAmount - Mandatory mmarquee.automation.uiautomation.ScrollAmount parameter.void setScrollPercent(double horizontalPercent,
double verticalPercent)
horizontalPercent - Mandatory double parameter.verticalPercent - Mandatory double parameter.double currentHorizontalScrollPercent()
Getter method for the COM property "CurrentHorizontalScrollPercent"
double currentVerticalScrollPercent()
Getter method for the COM property "CurrentVerticalScrollPercent"
double currentHorizontalViewSize()
Getter method for the COM property "CurrentHorizontalViewSize"
double currentVerticalViewSize()
Getter method for the COM property "CurrentVerticalViewSize"
int currentHorizontallyScrollable()
Getter method for the COM property "CurrentHorizontallyScrollable"
int currentVerticallyScrollable()
Getter method for the COM property "CurrentVerticallyScrollable"
double cachedHorizontalScrollPercent()
Getter method for the COM property "CachedHorizontalScrollPercent"
double cachedVerticalScrollPercent()
Getter method for the COM property "CachedVerticalScrollPercent"
double cachedHorizontalViewSize()
Getter method for the COM property "CachedHorizontalViewSize"
double cachedVerticalViewSize()
Getter method for the COM property "CachedVerticalViewSize"
int cachedHorizontallyScrollable()
Getter method for the COM property "CachedHorizontallyScrollable"
int cachedVerticallyScrollable()
Getter method for the COM property "CachedVerticallyScrollable"
Copyright © 2016. All rights reserved.