arranged direction window definitions.
Variables | |
| constexpr size_t | ARW_BOTTOMLEFT |
| Start at the lower-left corner of the work area. | |
| constexpr size_t | ARW_BOTTOMRIGHT |
| Start at the lower-right corner of the work area. | |
| constexpr size_t | ARW_TOPLEFT |
| Start at the upper-left corner of the work area. | |
| constexpr size_t | ARW_TOPRIGHT |
| Start at the upper-right corner of the work area. | |
| constexpr size_t | ARW_STARTMASK |
| Equivalent to ARW_TOPRIGHT. | |
| constexpr size_t | ARW_STARTRIGHT |
| Equivalent to ARW_BOTTOMRIGHT. | |
| constexpr size_t | ARW_STARTTOP |
| Equivalent to ARW_TOPLEFT. | |
| constexpr size_t | ARW_LEFT |
| Arrange left (valid with ARW_BOTTOMRIGHT and ARW_TOPRIGHT only). | |
| constexpr size_t | ARW_RIGHT |
| Arrange right (valid with ARW_BOTTOMLEFT and ARW_TOPLEFT only). | |
| constexpr size_t | ARW_UP |
| Arrange up (valid with ARW_BOTTOMLEFT and ARW_BOTTOMRIGHT only). | |
| constexpr size_t | ARW_DOWN |
| Arrange down (valid with ARW_TOPLEFT and ARW_TOPRIGHT only). | |
| constexpr size_t | ARW_HIDE |
| Hide minimized windows by moving them off the visible area of the screen. | |
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Start at the lower-left corner of the work area.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Start at the lower-right corner of the work area.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Start at the upper-left corner of the work area.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Start at the upper-right corner of the work area.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Equivalent to ARW_TOPRIGHT.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Equivalent to ARW_BOTTOMRIGHT.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Equivalent to ARW_TOPLEFT.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Arrange left (valid with ARW_BOTTOMRIGHT and ARW_TOPRIGHT only).
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Arrange right (valid with ARW_BOTTOMLEFT and ARW_TOPLEFT only).
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Arrange up (valid with ARW_BOTTOMLEFT and ARW_BOTTOMRIGHT only).
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Arrange down (valid with ARW_TOPLEFT and ARW_TOPRIGHT only).
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.hpp>
Hide minimized windows by moving them off the visible area of the screen.