WebFormResult

Description

The WebFormResult enumeration contains results of closing a web form opened modally.

It is used by the following properties and methods:

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:

System Assembly Enumerations