FormModalResult

Description

The FormModalResult enumeration contains results of modal form execution.

The following properties and methods use this type:

Available Values

Value Brief description
0 None. During modal form closing, the result is None.
1 OK. During modal form closing, the result is OK.
2 Cancel. During modal form closing, the result is Cancel.
3 Abort. During modal form closing, the result is Abort.
4 Retry. During modal form closing, the result is Retry.
5 Ignore. During modal form closing, the result is Ignore.
6 Yes. During modal form closing, the result is Yes.
7 No. During modal form closing, the result is No.
8 All. During modal form closing, the result is All.

See also:

Forms Assembly Enumerations