CODRichEditComponent::Create

Creates the rich edit component.

Defined in: OdWndComp.cpp

Syntax

BOOL CODRichEditComponent::Create(HWND hWnd)

Return Value

TRUE if successful; otherwise FALSE.

Parameters

rcLocal

Local bounds of component to create

Comments

This function initializes the rich edit control for the application, 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.