Freigeben über


IPropertyPageImpl::Activate

Creates the dialog box window for the property page.

HRESULT Activate(
   HWND hWndParent,
   LPCRECT pRect,
   BOOL bModal 
);

Remarks

By default, the dialog box is always modeless, regardless of the value of the bModal parameter.

See IPropertyPage::Activate in the Windows SDK.

Requirements

Header: atlctl.h

See Also

Concepts

IPropertyPageImpl Class

IPropertyPageImpl Members

IPropertyPageImpl::Deactivate