CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
appearance.h
1
2#ifndef _aspose_system_windows_forms_appearance_h_
3#define _aspose_system_windows_forms_appearance_h_
4
5namespace System { namespace Windows { namespace Forms {
6
8enum class Appearance
9{
11 Normal = 0,
13 Button = 1
14};
15
16} } }
17
18#endif
Appearance
Defines how the control looks.
Definition: appearance.h:9
@ Button
The appearance of a Windows button.
Definition: db_command.h:9