HRESULT Init(IWizardPageView *pView, IWizardPageContainer *pContainer)

You usually call this method near the start of your page’s OnWindowCreated method. The command should look something like this:

Form()->Init(View(), Container());

 

Related Topics

IFormController Interface