SECATLShortcutBarHosted Class
class SECATLShortcutBarHosted: public SECShortcutBarComp, public CEventRouterMap<SECATLShortcutBarHosted>
The SECATLShortcutBarHosted class implements a non-windowed version of the Shortcutbar for use with ATL. SECATLShortcutBarHosted derives from SECShortcutBarComp and thus inherits the native shortcutbar API exposed by that class. Additionally, SECATLShortcutBarHosted implements only the Create() function for constructing the control and providing it with a host interface pointer. 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 SECATLShortcutBarHosted.
See Also
Class Members
virtual BOOL Create( IVisualWindow* pHost, RECT& rcPos, DWORD dwStyle = SEC_TABBAR_BARCURSOR)
Creates and initializes the non-windowed shortcutbar.