CMvcVisualPart::Create
virtual BOOLCMvcVisualPart::Create(MvcVisualPart*pContainer= NULL)
Create a visual part as a child of the specified container
Defined in: MvcVisualPart.h
Return Value
Returns TRUE if the call was successful.
Comments
Initializes the the container property of this visual part by calling SetContainer.Parameters
pContainer
A pointer to the container of this part.
See Also