virtual BOOL OnInitDialog( );
Return Value
The default implementation returns FALSE.
Remarks
The framework calls this 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.
COlePropertyPage Overview | Class Members | Hierarchy Chart
See Also CDialog::OnInitDialog