xtd 0.2.0
Loading...
Searching...
No Matches
arranged direction window

Definition

arranged direction window definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ ARW_BOTTOMLEFT

constexpr size_t ARW_BOTTOMLEFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Start at the lower-left corner of the work area.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ ARW_BOTTOMRIGHT

constexpr size_t ARW_BOTTOMRIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Start at the lower-right corner of the work area.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ ARW_TOPLEFT

constexpr size_t ARW_TOPLEFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Start at the upper-left corner of the work area.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ ARW_TOPRIGHT

constexpr size_t ARW_TOPRIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Start at the upper-right corner of the work area.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ ARW_STARTMASK

constexpr size_t ARW_STARTMASK
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Equivalent to ARW_TOPRIGHT.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ ARW_STARTRIGHT

constexpr size_t ARW_STARTRIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Equivalent to ARW_BOTTOMRIGHT.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ ARW_STARTTOP

constexpr size_t ARW_STARTTOP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Equivalent to ARW_TOPLEFT.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ ARW_LEFT

constexpr size_t ARW_LEFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Arrange left (valid with ARW_BOTTOMRIGHT and ARW_TOPRIGHT only).

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ ARW_RIGHT

constexpr size_t ARW_RIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Arrange right (valid with ARW_BOTTOMLEFT and ARW_TOPLEFT only).

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ ARW_UP

constexpr size_t ARW_UP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Arrange up (valid with ARW_BOTTOMLEFT and ARW_BOTTOMRIGHT only).

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ ARW_DOWN

constexpr size_t ARW_DOWN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Arrange down (valid with ARW_TOPLEFT and ARW_TOPRIGHT only).

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ ARW_HIDE

constexpr size_t ARW_HIDE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/arranged_direction_window.h>

Hide minimized windows by moving them off the visible area of the screen.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only