CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
dialog_result.h
1
2#ifndef _aspose_system_windows_forms_dialog_result_h_
3#define _aspose_system_windows_forms_dialog_result_h_
4
5namespace System { namespace Windows { namespace Forms {
6
8enum class DialogResult
9{
11 None = 0,
13 OK = 1,
15 Cancel = 2,
17 Abort = 3,
19 Retry = 4,
21 Ignore = 5,
23 Yes = 6,
25 No = 7
26};
27
28} } }
29
30#endif
DialogResult
Result of dialog interaction with user.
Definition: dialog_result.h:9
@ Cancel
Cancel button pressed.
@ Ignore
Ignore button pressed.
Definition: db_command.h:9