SECToolBar Class

class SECToolBar

SECToolBar is an interface equivalent replacement for CToolBar and serves as the base class for all of your tool bars.

Defined in: Sbartool.h

Comments

SECToolBar does nothing more than rederive from SECControlBar, so that all member variables and implementation details exist to facilitate sizing while docked, etc. No member variables or functions are introduced by this class. (NOTE: All tool bars formally derived from CToolBar must be rederived from SECToolBar. No CToolBars are allowed when using Objective Toolkit’s docking window enhancements as they lack the expected member variables required to perform the sizing calculations.)

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

See Also

SECControlBar  SECDialogBar