xtd 0.2.0
arrange_starting_position.h
Go to the documentation of this file.
1 #pragma once
5 #include <xtd/enum>
6 
8 namespace xtd {
10  namespace forms {
23  bottom_left = 0,
25  bottom_right = 1,
27  top_left = 2,
29  top_right = 3,
31  hide = 8
32  };
33  }
34 }
35 
39 
43 };
Starts at the upper-right corner of the screen.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Starts at the lower-right corner of the screen.
std::vector< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition: enum_collection.h:19
Hides minimized windows by moving them off the visible area of the screen.
arrange_starting_position
Specifies the starting position that the system uses to arrange minimized windows.
Definition: arrange_starting_position.h:21
Starts at the upper-left corner of the screen.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition: flags_attribute.h:34
Starts at the lower-left corner of the screen, which is the default position.
Provides the registration struct for enumerations.
Definition: enum_register.h:36