IPropertyPageImpl::Activate

建立屬性頁的對話方塊視窗。

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

備註

根據預設,對話方塊一定是非強制回應,不論 bModal 參數的值。

請參閱在 Windows SDK的 IPropertyPage::Activate

需求

Header: atlctl.h

請參閱

參考

IPropertyPageImpl 類別

IPropertyPageImpl::Deactivate