DialogResult Class

Definition

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

Applies to