IUIAutomationWindowPattern class com
Provides access to the fundamental functionality of a window.
Constructors
-
IUIAutomationWindowPattern.new(Pointer<
COMObject> ptr) - IUIAutomationWindowPattern.from(IUnknown interface)
-
factory
Properties
- cachedCanMaximize → int
-
no setter
- cachedCanMinimize → int
-
no setter
- cachedIsModal → int
-
no setter
- cachedIsTopmost → int
-
no setter
- cachedWindowInteractionState → int
-
no setter
- cachedWindowVisualState → int
-
no setter
- currentCanMaximize → int
-
no setter
- currentCanMinimize → int
-
no setter
- currentIsModal → int
-
no setter
- currentIsTopmost → int
-
no setter
- currentWindowInteractionState → int
-
no setter
- currentWindowVisualState → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ptr
↔ Pointer<
COMObject> -
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addRef(
) → int -
Increments the reference count for an interface pointer to a COM object.
inherited
-
close(
) → int -
detach(
) → void -
Detaches the object from the
Finalizer
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
Queries a COM object for a pointer to one of its interface; identifying
the interface by a reference to its interface identifier (IID).
inherited
-
release(
) → int -
Decrements the reference count for an interface on a COM object.
inherited
-
setWindowVisualState(
int state) → int -
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
waitForInputIdle(
int milliseconds, Pointer< Int32> success) → int
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited