CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
flat_style.h
1
2
#ifndef _aspose_system_windows_forms_flat_style_h_
3
#define _aspose_system_windows_forms_flat_style_h_
4
5
namespace
System
{
namespace
Windows {
namespace
Forms {
6
8
enum class
FlatStyle
9
{
11
Flat = 0,
13
Popup
= 1,
15
Standard
= 2,
17
System
= 3
18
};
19
20
} } }
21
22
#endif
System::Windows::Forms::FlatStyle
FlatStyle
Defines whether the control is drawn flat or three-dimentional.
Definition:
flat_style.h:9
System::Windows::Forms::FlatStyle::Popup
@ Popup
Control is drawn flat unless the mouse moves over it when it is drawn 3D-like.
System::Windows::Forms::FlatStyle::Standard
@ Standard
Control is drawn 3D-like.
System
Definition:
db_command.h:9
include
windows
flat_style.h
Generated by
1.9.4