Class Overview
Allows interacting with message boxes.
Explanation
Constructor.
Parameter
src The message box's main window.
public WindowControl Window{get;}
Explanation
Returns a WindowControl object for the main window.
public string Title{get;}
Explanation
Returns the message box's title (caption).
public string Message{get;}
Explanation
Returns the message box's message.
public void EmulateButtonClick(string buttonWindowText)
Explanation
Clicks the button with the indicated text.
Parameter
buttonWindowTextThe text of the button. JR |