zStatusBar Class Reference

DERIVED CLASS FOR STATUSBAR CONTROLS. More...

#include <Zclass.h>

Inheritance diagram for zStatusBar:
zWindow

List of all members.

Public Member Functions

void Text (LPCTSTR txt, int iPart=0, HICON hic=0, int uType=0)

Detailed Description

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.


Member Function Documentation

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.

Parameters:
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.

  • SBT_NOBORDERS - The text is drawn without borders.
  • SBT_OWNERDRAW - The text is drawn by the parent window.
  • SBT_POPOUT - The text is drawn with a border to appear higher than the plane of the window.
  • SBT_RTLREADING - The text will be displayed in the opposite direction to the text in the parent window.

The documentation for this class was generated from the following file:

Generated on Sun Nov 29 07:22:17 2009 for Rad.on++ by  doxygen 1.6.1