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
5namespace System { namespace Windows { namespace Forms {
6
8enum class FlatStyle
9{
11 Flat = 0,
13 Popup = 1,
15 Standard = 2,
17 System = 3
18};
19
20} } }
21
22#endif
FlatStyle
Defines whether the control is drawn flat or three-dimentional.
Definition: flat_style.h:9
@ Popup
Control is drawn flat unless the mouse moves over it when it is drawn 3D-like.
@ Standard
Control is drawn 3D-like.
Definition: db_command.h:9