public static string MouseClick( string windowName, MouseButton button, MouseButtonEvent buttonEvent, int x, int y, bool topMost )
Parameters
- windowName
Type: System.String
The header of the window.
- button
Type: ZennoLab.Emulation.MouseButton
The mouse button for emulation.
- buttonEvent
Type: ZennoLab.Emulation.MouseButtonEvent
The event of mouse button for emulation.
- x
Type: System.Int32
The x coordinate relative to the window.
- y
Type: System.Int32
The y coordinate relative to the window.
- topMost
Type: System.Boolean
true if need to show the window on top of all; otherwise, false. Default value is false.
Return Value
Type: System.String
The answer with information about the success of the current command's execution. If current command was successful then this answer is "ok"; otherwise message describing the error.