xtd 0.2.0
Loading...
Searching...
No Matches
up down styles

Definition

up down styles definitions.

Warning
Internal use only

Variables

constexpr size_t UDS_WRAP
 Causes the position to "wrap" if it is incremented or decremented beyond the ending or beginning of the range.
 
constexpr size_t UDS_SETBUDDYINT
 Causes the up-down control to set the text of the buddy window (using the WM_SETTEXT message) when the position changes. The text consists of the position formatted as a decimal or hexadecimal string.
 
constexpr size_t UDS_ALIGNRIGHT
 Positions the up-down control next to the right edge of the buddy window. The width of the buddy window is decreased to accommodate the width of the up-down control.
 
constexpr size_t UDS_ALIGNLEFT
 Positions the up-down control next to the left edge of the buddy window. The buddy window is moved to the right, and its width is decreased to accommodate the width of the up-down control.
 
constexpr size_t UDS_AUTOBUDDY
 Automatically selects the previous window in the z-order as the up-down control's buddy window.
 
constexpr size_t UDS_ARROWKEYS
 Causes the up-down control to increment and decrement the position when the UP ARROW and DOWN ARROW keys are pressed.
 
constexpr size_t UDS_HORZ
 Causes the up-down control's arrows to point left and right instead of up and down.
 
constexpr size_t UDS_NOTHOUSANDS
 Does not insert a thousands separator between every three decimal digits.
 
constexpr size_t UDS_HOTTRACK
 Causes the control to exhibit "hot tracking" behavior. That is, it highlights the UP ARROW and DOWN ARROW on the control as the pointer passes over them.
 

Variable Documentation

◆ UDS_WRAP

constexpr size_t UDS_WRAP
constexpr

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

Causes the position to "wrap" if it is incremented or decremented beyond the ending or beginning of the range.

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

◆ UDS_SETBUDDYINT

constexpr size_t UDS_SETBUDDYINT
constexpr

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

Causes the up-down control to set the text of the buddy window (using the WM_SETTEXT message) when the position changes. The text consists of the position formatted as a decimal or hexadecimal string.

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

◆ UDS_ALIGNRIGHT

constexpr size_t UDS_ALIGNRIGHT
constexpr

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

Positions the up-down control next to the right edge of the buddy window. The width of the buddy window is decreased to accommodate the width of the up-down control.

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

◆ UDS_ALIGNLEFT

constexpr size_t UDS_ALIGNLEFT
constexpr

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

Positions the up-down control next to the left edge of the buddy window. The buddy window is moved to the right, and its width is decreased to accommodate the width of the up-down control.

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

◆ UDS_AUTOBUDDY

constexpr size_t UDS_AUTOBUDDY
constexpr

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

Automatically selects the previous window in the z-order as the up-down control's buddy window.

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

◆ UDS_ARROWKEYS

constexpr size_t UDS_ARROWKEYS
constexpr

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

Causes the up-down control to increment and decrement the position when the UP ARROW and DOWN ARROW keys are pressed.

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

◆ UDS_HORZ

constexpr size_t UDS_HORZ
constexpr

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

Causes the up-down control's arrows to point left and right instead of up and down.

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

◆ UDS_NOTHOUSANDS

constexpr size_t UDS_NOTHOUSANDS
constexpr

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

Does not insert a thousands separator between every three decimal digits.

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

◆ UDS_HOTTRACK

constexpr size_t UDS_HOTTRACK
constexpr

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

Causes the control to exhibit "hot tracking" behavior. That is, it highlights the UP ARROW and DOWN ARROW on the control as the pointer passes over them.

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