SECStatusBar Class

class SECStatusBar

SECStatusBar is an interface equivalent replacement for CStatusBar and serves as the base class for your application’s status bar.

Defined in: sbarstat.h

Comments

SECStatusBar does nothing more than rederive from SECControlBar, so that all member variables and implementation details exist as the extended control bar architecture expects. No public member variables or functions are introduced by this class. (NOTE: Any status bar formally derived from CStatusBar must be rederived from SECStatusBar. No CStatusBars are allowed when using Objective Toolkit’s docking window enhancements as they lack the expected member variables.)

See the VIZ sample in the \SAMPLES\TOOLKIT\STANDARD\DOCKING\VIZ directory for a demonstration of this class.

See Also

SECControlBar  SECDialogBar