public static string SendKey( string windowName, int x, int y, Keys key, KeyboardEvent keyboardEvent, bool topMost )
Parameters
- windowName
Type: System.String
The header of the window.
- x
Type: System.Int32
The x coordinate relative to the window.
- y
Type: System.Int32
The y coordinate relative to the window.
- key
Type: System.Windows.Forms.Keys
The key for send.
- keyboardEvent
Type: keyboardEvent
The event of key for emulation.
- 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.