#include <cstddef>Contains status bar styles constants.
Go to the source code of this file.
Variables | |
| constexpr size_t | SBARS_SIZEGRIP |
| The status bar control will include a sizing grip at the right end of the status bar. A sizing grip is similar to a sizing border; it is a rectangular area that the user can click and drag to resize the parent window. | |
| constexpr size_t | SBARS_TOOLTIPS |
| Use this style to enable tooltips. | |
| constexpr size_t | SBARS_ELLIPSIZE |
| Replace the end of the status texts with an ellipsis when the status text widths exceed status bar or status panel width. | |
| constexpr size_t | SBARS_LEFT |
| Specifies that the status bar is left position. The default value is top. | |
| constexpr size_t | SBARS_BOTTOM |
| Specifies that the status bar is bottom position. The default value is top. | |
| constexpr size_t | SBARS_RIGHT |
| Specifies that the status bar is right position. The default value is top. | |