This topic has not yet been rated - Rate this topic

CDocTemplate::LoadTemplate

Loads the resources for a given CDocTemplate or derived class.

virtual void LoadTemplate( );

Remarks

This member function is called by the framework to load the resources for a given CDocTemplate or derived class. Normally it is called during construction, except when the template is being constructed globally. In that case, the call to LoadTemplate is delayed until CWinApp::AddDocTemplate is called.

See Also

CDocTemplate Overview | Class Members | Hierarchy Chart | CWinApp::AddDocTemplate

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.