BEGIN_PROPPAGEIDS
Visual Studio .NET 2003
Begins the definition of your control's list of property page IDs.
BEGIN_PROPPAGEIDS(class_name, count )
Parameters
- class_name
- The name of the control class for which property pages are being specified.
- count
- The number of property pages used by the control class.
Remarks
In the implementation (.cpp) file that defines the member functions for your class, start the property page list with the BEGIN_PROPPAGEIDS macro, then add macro entries for each of your property pages, and complete the property page list with the END_PROPPAGEIDS macro.
For more information on property pages, see the article ActiveX Controls: Property Pages.
See Also
MFC Macros and Globals | END_PROPPAGEIDS | DECLARE_PROPPAGEIDS | PROPPAGEID