xtd
0.2.0
Toggle main menu visibility
Home
Categories
Documentation
Namespaces
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
v
x
Enumerations
Related Symbols
o
Files
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
xtd.forms.native
include
xtd
forms
native
status_bar_styles.hpp
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
SBARS_SIZEGRIP
= 0x0100;
27
constexpr
size_t
SBARS_TOOLTIPS
= 0x0800;
28
#endif
29
36
constexpr
size_t
SBARS_ELLIPSIZE
= 0x1000;
43
constexpr
size_t
SBARS_LEFT
= 0x2000;
50
constexpr
size_t
SBARS_BOTTOM
= 0x4000;
57
constexpr
size_t
SBARS_RIGHT
= 0x8000;
SBARS_RIGHT
constexpr size_t SBARS_RIGHT
Specifies that the status bar is right position. The default value is top.
Definition
status_bar_styles.hpp:57
SBARS_LEFT
constexpr size_t SBARS_LEFT
Specifies that the status bar is left position. The default value is top.
Definition
status_bar_styles.hpp:43
SBARS_BOTTOM
constexpr size_t SBARS_BOTTOM
Specifies that the status bar is bottom position. The default value is top.
Definition
status_bar_styles.hpp:50
SBARS_ELLIPSIZE
constexpr size_t SBARS_ELLIPSIZE
Replace the end of the status texts with an ellipsis when the status text widths exceed status bar or...
Definition
status_bar_styles.hpp:36
SBARS_SIZEGRIP
constexpr size_t SBARS_SIZEGRIP
The status bar control will include a sizing grip at the right end of the status bar....
Definition
status_bar_styles.hpp:20
SBARS_TOOLTIPS
constexpr size_t SBARS_TOOLTIPS
Use this style to enable tooltips.
Definition
status_bar_styles.hpp:27
Generated on Sun Dec 1 2024 09:55:47 for xtd by
Gammasoft
. All rights reserved.