SECToolBarsDlg Class

class SECToolBarsDlg

SECToolBarsDlg implements the Customize dialog, which an end user can use to create a customized toolbar with buttons geared toward a particular task.

Defined in: tbarsdlg.h

Comments

This dialog displays a list of toolbars to the user, and allows the user to manipulate these toolbars. Through the toolbar dialog, the user can choose between large or small buttons, tooltips enabled or disabled, and conventional appearance or the new cool look. This dialog can be invoked through the SECToolBarManager::ExecViewToolBarsDlg() method. Note that if this function returns IDC_TOOLBAR_CUSTOMIZE, then the customize dialog should be displayed.

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

See Also

SECToolBarsPage SECCustomToolBar SECToolBarManager

Class Members

class SECToolBarsDlg : public CDialog, public SECToolBarsBase

Constructs an SECToolBarsDlg dialog object and associates it with a parent window.