CitrixVirtualUserScript MouseMove Method C# API
Overload List

  NameDescription
Public methodMouseMove(String)
Wait for an image to appear anywhere on the screen and then move the mouse over it
Public methodMouseMove(MouseButton, KeyModifier, String)
Wait for an image to appear anywhere on the screen and then move the mouse over it
Public methodMouseMove(Int32, Int32, Int32, Int32)
Move the mouse cursor directly to a point on the screen.
Public methodMouseMove(Int32, Int32, Int32, Int32, Int32)Obsolete.
Move the mouse cursor directly to a point on the screen.
Public methodMouseMove(MouseButton, KeyModifier, Int32, Int32, Int32)Obsolete.
Move the mouse cursor.
Public methodMouseMove(Int32, Int32, Int32, Int32, Int32, Int32)
Move the mouse cursor.
Public methodMouseMove(MouseButton, KeyModifier, Int32, Int32, Int32, Int32)
Move the mouse cursor.
Public methodMouseMove(String, Int32, Int32, Int32, Int32, Int32, Int32)
Wait for an image to appear in an area of the screen and then move the mouse over it
Public methodMouseMove(MouseButton, KeyModifier, String, Int32, Int32, Int32, Int32, Int32, Int32)
Wait for an image to appear in an area of the screen and then move the mouse over it
Back to Top
See Also