public static string ButtonClick( string windowName, string buttonName, bool topMost )
Parameters
- windowName
Type: System.String
The header of the window.
- buttonName
Type: System.String
The text displayed on the button.
- 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.