xtd
0.2.0
Loading...
Searching...
No Matches
xtd.forms.native
include
xtd
forms
native
tool_bar_styles.h
Go to the documentation of this file.
1
4
#pragma once
6
#if !defined(__XTD_FORMS_NATIVE_LIBRARY__)
7
#error "Do not include this file: Internal use only"
8
#endif
10
11
#include <cstddef>
12
13
#if !defined(TBSTYLE_TOOLTIPS)
20
constexpr
size_t
TBSTYLE_TOOLTIPS
= 0x00000100;
27
constexpr
size_t
TBSTYLE_WRAPABLE
= 0x00000200;
34
constexpr
size_t
TBSTYLE_ALTDRAG
= 0x00000400;
41
constexpr
size_t
TBSTYLE_FLAT
= 0x00000800;
48
constexpr
size_t
TBSTYLE_LIST
= 0x00001000;
55
constexpr
size_t
TBSTYLE_CUSTOMERASE
= 0x00002000;
62
constexpr
size_t
TBSTYLE_REGISTERDROP
= 0x00004000;
69
constexpr
size_t
TBSTYLE_TRANSPARENT
= 0x00008000;
70
#endif
71
78
constexpr
size_t
TBSTYLE_SHOWTEXT
= 0x00020000;
85
constexpr
size_t
TBSTYLE_TEXTRIGHTALIGN
= 0x00040000;
92
constexpr
size_t
TBSTYLE_LEFT
= 0x00080000;
99
constexpr
size_t
TBSTYLE_BOTTOM
= 0x00100000;
106
constexpr
size_t
TBSTYLE_RIGHT
= 0x00200000;
113
constexpr
size_t
TBSTYLE_NOSHOWICON
= 0x00400000;
120
constexpr
size_t
TBSTYLE_NODIVIDER
= 0x00800000;
TBSTYLE_RIGHT
constexpr size_t TBSTYLE_RIGHT
Specifies that the tool bar is right position. The default value is top.
Definition
tool_bar_styles.h:106
TBSTYLE_NODIVIDER
constexpr size_t TBSTYLE_NODIVIDER
Specifies that the tool bar divider is no visible.
Definition
tool_bar_styles.h:120
TBSTYLE_SHOWTEXT
constexpr size_t TBSTYLE_SHOWTEXT
Specifies that the tool bar button texts are visible.
Definition
tool_bar_styles.h:78
TBSTYLE_LIST
constexpr size_t TBSTYLE_LIST
Creates a flat toolbar with button text to the right of the bitmap. Otherwise, this style is identica...
Definition
tool_bar_styles.h:48
TBSTYLE_LEFT
constexpr size_t TBSTYLE_LEFT
Specifies that the tool bar is left position. The default value is top.
Definition
tool_bar_styles.h:92
TBSTYLE_NOSHOWICON
constexpr size_t TBSTYLE_NOSHOWICON
Specifies that the tool bar icon is no visible.
Definition
tool_bar_styles.h:113
TBSTYLE_TOOLTIPS
constexpr size_t TBSTYLE_TOOLTIPS
Creates a tooltip control that an application can use to display descriptive text for the buttons in ...
Definition
tool_bar_styles.h:20
TBSTYLE_TRANSPARENT
constexpr size_t TBSTYLE_TRANSPARENT
Creates a transparent toolbar. In a transparent toolbar, the toolbar is transparent but the buttons a...
Definition
tool_bar_styles.h:69
TBSTYLE_WRAPABLE
constexpr size_t TBSTYLE_WRAPABLE
Creates a toolbar that can have multiple lines of buttons. Toolbar buttons can "wrap" to the next lin...
Definition
tool_bar_styles.h:27
TBSTYLE_TEXTRIGHTALIGN
constexpr size_t TBSTYLE_TEXTRIGHTALIGN
Specifies that the tool bar button texts are right-aligned. The default value is bottom aligned.
Definition
tool_bar_styles.h:85
TBSTYLE_REGISTERDROP
constexpr size_t TBSTYLE_REGISTERDROP
Generates TBN_GETOBJECT notification codes to request drop target objects when the cursor passes over...
Definition
tool_bar_styles.h:62
TBSTYLE_FLAT
constexpr size_t TBSTYLE_FLAT
Creates a flat toolbar. In a flat toolbar, both the toolbar and the buttons are transparent and hot-t...
Definition
tool_bar_styles.h:41
TBSTYLE_BOTTOM
constexpr size_t TBSTYLE_BOTTOM
Specifies that the tool bar is bottom position. The default value is top.
Definition
tool_bar_styles.h:99
TBSTYLE_ALTDRAG
constexpr size_t TBSTYLE_ALTDRAG
Allows users to change a toolbar button's position by dragging it while holding down the ALT key....
Definition
tool_bar_styles.h:34
TBSTYLE_CUSTOMERASE
constexpr size_t TBSTYLE_CUSTOMERASE
Generates NM_CUSTOMDRAW notification codes when the toolbar processes WM_ERASEBKGND messages.
Definition
tool_bar_styles.h:55
Generated on Thu Oct 17 2024 16:03:00 for xtd by
Gammasoft
. All rights reserved.