DialogResult Enumeration

List of enumerated values that can be associated with the DialogResult property of certain controls.

Namespace: elsystem.windows.forms

Enumerated Values
  Name

Value

Public property Abort

3

Public property Cancel

2

Public property Ignore

5

Public property No

7

Public property None

0

Public property Ok

1

Public property Retry

4

Public property Yes

6

Inheritance Hierarchy

elsystem.Object

elsystem.ELEnum

elsystem.windows.forms.DialogResult