DERIVED CLASS FOR STATUSBAR CONTROLS. More...
#include <Zclass.h>
Public Member Functions | |
| void | Text (LPCTSTR txt, int iPart=0, HICON hic=0, int uType=0) |
DERIVED CLASS FOR STATUSBAR CONTROLS.
% Provides the functionality of the Windows common status bar control. A “status bar control” is a horizontal window,usually displayed at the bottom of a parent window,in which an application can display various kinds of status information. The status bar control can be divided into parts to display more than one type of information.
| void zStatusBar::Text | ( | LPCTSTR | txt, | |
| int | iPart = 0, |
|||
| HICON | hic = 0, |
|||
| int | uType = 0 | |||
| ) | [inline] |
Sets the text in the specified part of a status window.
| txt | - | |
| iPart | - Zero-based index of the part to set. If this parameter is set to SB_SIMPLEID, the status window is assumed to be a simple window with only one part. | |
| hic | - | |
| uType | - Type of drawing operation. This parameter can be one of the following values: 0 - The text is drawn with a border to appear lower than the plane of the window.
|
1.6.1