|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| comctl32.lib
| Header File
| commctrl.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
DrawStatusText
The
DrawStatusText function draws the specified text in the style of a status window with
borders.
(
HDC hdc,
|
|
LPRECT lprc,
|
|
LPCTSTR pszText,
|
|
UINT uFlags
|
|
);
|
|
Parameters
hdc
Handle to the display context for the window.
lprc
Pointer to a
RECT structure that contains the position, in client coordinates, of the rectangle
in which the text is drawn. The function draws the borders just inside of the
edges of the specified rectangle.
pszText
Pointer to a null-terminated string that specifies the text to display. Tab
characters in the string determine whether the string is left-aligned,
right-aligned, or centered.
uFlags
Text drawing flags. This parameter can be a combination of these values:
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.
|
Return Values
This function does not return a value.
See Also
RECT
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database