DECLARE_PROPPAGEIDS( class_name )
Parameters
class_name
The name of the control class that owns the property pages.
Remarks
An OLE control can provide a list of property pages to display its properties. Use the DECLARE_PROPPAGEIDS macro at the end of your class declaration. Then, in the .CPP file that defines the member functions for the class, use the BEGIN_PROPPAGEIDS macro, macro entries for each of your control’s property pages, and the END_PROPPAGEIDS macro to declare the end of the property page list.
For more information on property pages, see the article ActiveX Controls: Property Pages in Visual C++ Programmer’s Guide.
See Also BEGIN_PROPPAGEIDS, END_PROPPAGEIDS