IPropertyPageImpl::Activate

创建属性页的对话框窗口。

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

备注

默认情况下,对话框始终是无模式,无论该 bModal 参数的值。

在参见 Windows SDK的 IPropertyPage::Activate

要求

Header: atlctl.h

请参见

参考

IPropertyPageImpl选件类

IPropertyPageImpl::Deactivate