COlePropertyPage::OnInitDialog

The framework calls this member function when the property page's dialog is initialized. Override it if any special action is required when the dialog is initialized. The default implementation calls CDialog::OnInitDialog and returns FALSE.

Syntax

virtual BOOL OnInitDialog( );

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COlePropertyPage Overview, COlePropertyPage Member Functions, Dialog Box Classes, CDialog::OnInitDialog