SECATLShortcutBarWnd::Create

BOOLSECATLShortcutBarWnd::Create(HWNDhWndParent, RECT&rcPos, DWORDdwStyle, UINTnID)

Creates the shortcutbar control and initializes it with the styles set in dwStyle.

Defined in: ot_atlshortcutbar.h

Return Value

If the creation is successful, TRUE is returned. Else FALSE.

Parameters

hWndParent

The parent window of the shortcutbar.

rcPos

The initial position of the window.

dwStyle

Specifies the initial styles for the shortcutbar.

nID

The ID of the child window.

See Also

Create

SECATLShortcutBarWnd