CODWndComponent::Create

Creates the window component.

Defined in: OdWndComp.cpp

Syntax

BOOL CODWndComponent::Create(HWND hWnd)

Return Value

TRUE if successful; otherwise FALSE.

Parameters

rcLocal

Local bounds of component to create

Comments

This function creates a windowed component and sets its local bounds. It does not create the window - the  CreateWnd function must be called to create the window.