SECATLShortcutBarWnd Class

class SECATLShortcutBarWnd: public SECShortcutBarComp, public CWindowImpl<SECATLShortcutBarWnd>, public CEventRouterMap<SECATLShortcutBarWnd>, public IVisualWindow

The SECATLShortcutBarWnd class implements a windowed version of the Shortcutbar for use with the ATL framework. SECATLShortcutBarWnd derives from SECShortcutBarComp and thus inherits the native shortcutbar API exposed by that class. Additionally, SECATLShortcutBarWnd implements only the Create() function for constructing the windowed control. The rest of the API is fully documented under SECShortcutBarComp.

Defined in: ot_atlshortcutbar.h

Comments

To use SECATLShortcutBarWnd/SECATLShortcutBarWnd, include the 'ot_atlshortcutbar.h' header in your ATL application. Please refer to the ATLSHORTCUTBAR sample for a demonstration of SECATLShortcutBarWnd.

See Also

SECShortcutBarComp

SECATLShortcutBarWnd

Class Members

virtual BOOL Create( HWND hWndParent, RECT& rcPos, DWORD dwStyle = WS_CHILD|WS_VISIBLE|SEC_TABBAR_BARCURSOR, UINT nID = 0 )

Creates the windowed shortcutbar control.