IUIAutomationTextRange2 class com

Extends the IUIAutomationTextRange interface to enable Microsoft UI Automation clients to programmatically invoke context menus.

Inheritance
Implementers

Properties

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
addToSelection() int
inherited
clone(Pointer<Pointer<COMObject>> clonedRange) int
inherited
compare(Pointer<COMObject> range, Pointer<Int32> areSame) int
inherited
compareEndpoints(int srcEndPoint, Pointer<COMObject> range, int targetEndPoint, Pointer<Int32> compValue) int
inherited
detach() → void
Detaches the object from the Finalizer.
inherited
expandToEnclosingUnit(int textUnit) int
inherited
findAttribute(int attr, VARIANT val, int backward, Pointer<Pointer<COMObject>> found) int
inherited
findText(Pointer<Utf16> text, int backward, int ignoreCase, Pointer<Pointer<COMObject>> found) int
inherited
getAttributeValue(int attr, Pointer<VARIANT> value) int
inherited
getBoundingRectangles(Pointer<Pointer<SAFEARRAY>> boundingRects) int
inherited
getChildren(Pointer<Pointer<COMObject>> children) int
inherited
getEnclosingElement(Pointer<Pointer<COMObject>> enclosingElement) int
inherited
getText(int maxLength, Pointer<Pointer<Utf16>> text) int
inherited
move(int unit, int count, Pointer<Int32> moved) int
inherited
moveEndpointByRange(int srcEndPoint, Pointer<COMObject> range, int targetEndPoint) int
inherited
moveEndpointByUnit(int endpoint, int unit, int count, Pointer<Int32> moved) int
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
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
removeFromSelection() int
inherited
scrollIntoView(int alignToTop) int
inherited
select() int
inherited
showContextMenu() 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

Operators

operator ==(Object other) bool
The equality operator.
inherited