The DrawStatusText function draws the specified text in the style of a status window with borders.
void DrawStatusText(
HDC hdc, | |
LPRECT lprc, | |
LPCTSTR pszText, | |
UINT uFlags | |
); |
Value |
Meaning |
SBT_NOBORDERS |
Prevents borders from being drawn around the specified text. |
SBT_POPOUT |
Draws highlighted borders that make the text stand out. |
SBT_RTLREADING |
Windows 95 only: Displays text using right-to-left reading order on Hebrew or Arabic systems. |
This function does not return a value.
file: /Techref/os/win/api/win32/func/src/f18_7.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 04:46,
3.147.66.250:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f18_7.htm"> DrawStatusText</A> |
Did you find what you needed? |