DialogResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class DialogResult
public class DialogResult
type DialogResult = class
Public Class DialogResult
- Inheritance
-
DialogResult
Constructors
DialogResult() |
Properties
Buttons |
Property defining the button type[s] on the dialog. |
Message |
The public property to get and set the Message string of the dialog. |
Result |
Property reporting the Result of the Dialog: Which button was clicked to dismiss it. |
Title |
The public property to get and set the Title string (topmost) on the Dialog. |
Variable |
The public property to get and set the variable object of the dialog |