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
5
namespace
System
{
namespace
Windows {
namespace
Forms {
6
8
enum class
Appearance
9
{
11
Normal = 0,
13
Button
= 1
14
};
15
16
} } }
17
18
#endif
System::Windows::Forms::Appearance
Appearance
Defines how the control looks.
Definition:
appearance.h:9
System::Windows::Forms::Appearance::Button
@ Button
The appearance of a Windows button.
System
Definition:
db_command.h:9
include
windows
appearance.h
Generated by
1.9.4