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
5
namespace
System
{
namespace
Windows {
namespace
Forms {
6
8
enum 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
System::Windows::Forms::DialogResult
DialogResult
Result of dialog interaction with user.
Definition:
dialog_result.h:9
System::Windows::Forms::DialogResult::Retry
@ Retry
Retry button pressed.
System::Windows::Forms::DialogResult::Abort
@ Abort
Abort button pressed.
System::Windows::Forms::DialogResult::Yes
@ Yes
Yes button pressed.
System::Windows::Forms::DialogResult::No
@ No
No button pressed.
System::Windows::Forms::DialogResult::Cancel
@ Cancel
Cancel button pressed.
System::Windows::Forms::DialogResult::Ignore
@ Ignore
Ignore button pressed.
System
Definition:
db_command.h:9
include
windows
dialog_result.h
Generated by
1.9.4