CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
check_state.h
1
2
#ifndef _aspose_system_windows_forms_check_state_h_
3
#define _aspose_system_windows_forms_check_state_h_
4
5
namespace
System
{
namespace
Windows {
namespace
Forms {
6
8
enum class
CheckState
9
{
11
Unchecked
= 0,
13
Checked
= 1,
15
Indeterminate
= 2
16
};
17
18
} } }
19
20
#endif
System::Windows::Forms::CheckState
CheckState
State of checkable control (e. g. checkbox).
Definition:
check_state.h:9
System::Windows::Forms::CheckState::Checked
@ Checked
Checked.
System::Windows::Forms::CheckState::Unchecked
@ Unchecked
Unchecked.
System::Windows::Forms::CheckState::Indeterminate
@ Indeterminate
Transition state which is most commonly depicted as shaded.
System
Definition:
db_command.h:9
include
windows
check_state.h
Generated by
1.9.4