COlePropertyPage

The COlePropertyPage class is used to display the properties of a custom control in a graphical interface, similar to a dialog box. For instance, a property page may include an edit control that allows the user to view and modify the control’s caption property.

Each custom or stock control property can have a dialog control that allows the control’s user to view the current property value and modify that value if needed.

For more information on using COlePropertyPage, see the article ActiveX Controls: Property Pages in Visual C++ Programmer’s Guide and Modifying the Default Property Page in Visual C++ Tutorials.

#include <afxctl.h>

Class MembersBase ClassHierarchy Chart

Samples   MFC Sample CIRC3MFC Sample DRAWPICMFC Sample TESTHELP

See Also   CDialog