COlePropertyPage::OnInitDialog

The framework calls this function when the property page's dialog is initialized.

virtual BOOL OnInitDialog( );

Return Value

The default implementation returns FALSE.

Remarks

Override it if any special action is required when the dialog is initialized. The default implementation calls CDialog::OnInitDialog and returns FALSE.

Requirements

Header: afxctl.h

See Also

Reference

COlePropertyPage Class

Hierarchy Chart

CDialog::OnInitDialog