SECATLShortcutBarHosted::Create

BOOLSECATLShortcutBarHosted::Create(IVisualWindow*pHost, RECT&rcPos, DWORDdwStyle)

Creates the shortcutbar component and initializes it with the host implementation (IVisualWindow*) provided by the parent window.

Defined in: ot_atlshortcutbar.h

Return Value

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

Parameters

pHost

An IVisualWindow interface pointer. The host window is expected to implement this SFL interface.

rcPos

The initial position/size of the control with respect to it's parent.

dwStyle

Specifies the initial styles for the shortcutbar.

See Also

Create

SECATLShortcutBarHosted