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
5namespace System { namespace Windows { namespace Forms {
6
8enum class CheckState
9{
11 Unchecked = 0,
13 Checked = 1,
16};
17
18} } }
19
20#endif
CheckState
State of checkable control (e. g. checkbox).
Definition: check_state.h:9
@ Indeterminate
Transition state which is most commonly depicted as shaded.
Definition: db_command.h:9