DialogResult

The outcome of a modal dialog.

Values

ValueMeaning
none

The dialog is still open or was dismissed without a decision.

ok

The user confirmed (OK).

cancel

The user canceled.

yes

The user answered yes.

no

The user answered no.

Meta