CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
form_border_style.h
1
2
#ifndef _aspose_system_windows_forms_form_border_style_h_
3
#define _aspose_system_windows_forms_form_border_style_h_
4
5
namespace
System
{
namespace
Windows {
namespace
Forms {
6
8
enum class
FormBorderStyle
9
{
11
None = 0,
13
FixedSingle
= 1,
15
Fixed3D
= 2,
17
FixedDialog
= 3,
19
Sizable
= 4,
21
FixedToolWindow
= 5,
23
SizableToolWindow
= 6
// A resizable tool window border.
24
};
25
26
} } }
27
28
#endif
System::Windows::Forms::FormBorderStyle
FormBorderStyle
Defines how the border is drawn.
Definition:
form_border_style.h:9
System::Windows::Forms::FormBorderStyle::FixedSingle
@ FixedSingle
Single border.
System::Windows::Forms::FormBorderStyle::Sizable
@ Sizable
Resizable border.
System::Windows::Forms::FormBorderStyle::Fixed3D
@ Fixed3D
3D-like border.
System::Windows::Forms::FormBorderStyle::FixedToolWindow
@ FixedToolWindow
Unresizable tool window border.
System::Windows::Forms::FormBorderStyle::SizableToolWindow
@ SizableToolWindow
Resizable tool window border.
System::Windows::Forms::FormBorderStyle::FixedDialog
@ FixedDialog
Dialog style border.
System
Definition:
db_command.h:9
include
windows
form_border_style.h
Generated by
1.9.4