COlePropertyPage::OnInitDialog

This method is called by the framework when the property page's dialog box is initialized. Override this method if any special action is required when the dialog box is initialized. The default implementation calls CDialog::OnInitDialog and returns FALSE.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation Visual C++ documentation

Syntax

virtual BOOL OnInitDialog( );

See Also

CDialog::OnInitDialog