다음을 통해 공유


DECLARE_PROPPAGEIDS

Declares that the OLE control provides a list of property pages to display its properties.

DECLARE_PROPPAGEIDS(class_name )

매개 변수

  • class_name
    The name of the control class that owns the property pages.

설명

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.

요구 사항

Header: afxctl.h

참고 항목

참조

BEGIN_PROPPAGEIDS

END_PROPPAGEIDS

개념

MFC 매크로 및 전역