Lists of All Available ModalResult Constants and Values
April 3, 2021
ModalResult represents the return value from a modal dialog.
ModalResult represents the value returned by a modal dialog. An application can use any integer value as a modal result value.
Although ModalResult can take any integer value, the following constants are defined for commonly used ModalResult values:
Constant
Value
Meaning
mrNone
0
None. Used as a…