Gets or sets a value that is returned to the parent form when the button is clicked.
| C# | Visual Basic | Visual C++ |
public DialogResult DialogResult { get; set; }
Public Property DialogResult As DialogResult
public: property DialogResult DialogResult { DialogResult get (); void set (DialogResult value); }
Supported only in RanorexPro.
| Exception | Condition |
|---|---|
| NotSupportedException | Thrown when the property is not available. |
