CMvcViewport::CreateController

BOOL CMvcViewport::CreateController(void)

Create the default controller for this viewport.

Defined in: MvcViewport.h

Return Value

FALSE if an error occurs; otherwise TRUE.

Comments

The default implementation does nothing and returns TRUE. Derived classes override this function in order to create a default controller.