Search Results for

    Show / Hide Table of Contents

    Class CursorPosition

    Implements click operations on the current position of Keyboard Cursor

    Inheritance
    System.Object
    CursorPosition
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Quark.XA.Core.AutomationProject.ActionsXA.Utilities
    Assembly: Quark.XA.Core.AutomationProject.dll
    Syntax
    public class CursorPosition

    Constructors

    CursorPosition(ref Application)

    Declaration
    public CursorPosition(ref Application application)
    Parameters
    Type Name Description
    Application application

    Fields

    _wordCanvas

    Declaration
    public UIItem _wordCanvas
    Field Value
    Type Description
    UIItem

    Methods

    CaretPositionOnCanvas()

    Left Click on the current position of cursor

    Declaration
    public static int[] CaretPositionOnCanvas()
    Returns
    Type Description
    System.Int32[]

    ClickOnCanvas(Int32, Int32, Int32)

    Single/double/triple click on the current position of cursor

    Declaration
    public void ClickOnCanvas(int xInc = 0, int yInc = 0, int clickCount = 1)
    Parameters
    Type Name Description
    System.Int32 xInc

    increase in x coordinate

    System.Int32 yInc

    increase in y coordinate

    System.Int32 clickCount

    number of times to click (1 (single),2 (double),3 (triple))

    LeftClickOnCanvas()

    Left Click on the current position of cursor

    Declaration
    public void LeftClickOnCanvas()

    RightClickOnCanvas()

    Right Click on the current position of cursor

    Declaration
    public void RightClickOnCanvas()
    In This Article
    Back to top © 2025 Quark Software Inc. All rights reserved.