public interface IUIAutomationWindowPattern
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
int |
cachedCanMaximize()
Getter method for the COM property "CachedCanMaximize"
|
int |
cachedCanMinimize()
Getter method for the COM property "CachedCanMinimize"
|
int |
cachedIsModal()
Getter method for the COM property "CachedIsModal"
|
int |
cachedIsTopmost()
Getter method for the COM property "CachedIsTopmost"
|
WindowInteractionState |
cachedWindowInteractionState()
Getter method for the COM property "CachedWindowInteractionState"
|
WindowVisualState |
cachedWindowVisualState()
Getter method for the COM property "CachedWindowVisualState"
|
void |
close() |
int |
currentCanMaximize()
Getter method for the COM property "CurrentCanMaximize"
|
int |
currentCanMinimize()
Getter method for the COM property "CurrentCanMinimize"
|
int |
currentIsModal()
Getter method for the COM property "CurrentIsModal"
|
int |
currentIsTopmost()
Getter method for the COM property "CurrentIsTopmost"
|
WindowInteractionState |
currentWindowInteractionState()
Getter method for the COM property "CurrentWindowInteractionState"
|
WindowVisualState |
currentWindowVisualState()
Getter method for the COM property "CurrentWindowVisualState"
|
void |
setWindowVisualState(WindowVisualState state) |
int |
waitForInputIdle(int milliseconds) |
void close()
int waitForInputIdle(int milliseconds)
milliseconds - Mandatory int parameter.void setWindowVisualState(WindowVisualState state)
state - Mandatory mmarquee.automation.uiautomation.WindowVisualState parameter.int currentCanMaximize()
Getter method for the COM property "CurrentCanMaximize"
int currentCanMinimize()
Getter method for the COM property "CurrentCanMinimize"
int currentIsModal()
Getter method for the COM property "CurrentIsModal"
int currentIsTopmost()
Getter method for the COM property "CurrentIsTopmost"
WindowVisualState currentWindowVisualState()
Getter method for the COM property "CurrentWindowVisualState"
WindowInteractionState currentWindowInteractionState()
Getter method for the COM property "CurrentWindowInteractionState"
int cachedCanMaximize()
Getter method for the COM property "CachedCanMaximize"
int cachedCanMinimize()
Getter method for the COM property "CachedCanMinimize"
int cachedIsModal()
Getter method for the COM property "CachedIsModal"
int cachedIsTopmost()
Getter method for the COM property "CachedIsTopmost"
WindowVisualState cachedWindowVisualState()
Getter method for the COM property "CachedWindowVisualState"
WindowInteractionState cachedWindowInteractionState()
Getter method for the COM property "CachedWindowInteractionState"
Copyright © 2016. All rights reserved.