This method creates the dialog box window for the property page. By default, the dialog box is always modeless, regardless of the value of the bModal parameter.
At a Glance
Header file: | Atlctl.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
HRESULT Activate( HWND hWndParent, LPCRECT pRect, BOOL bModal );
See Also