COlePropertyPage Class

Used to display the properties of a custom control in a graphical interface, similar to a dialog box.

class AFX_NOVTABLE COlePropertyPage : public CDialog

Remarks

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.

Requirements

Header: afxctl.h

See Also

Tasks

CIRC Sample: ActiveX Control

TESTHELP Sample: ActiveX Control with Tooltips and Help

Reference

CDialog Class

Hierarchy Chart

CDialog Class

Other Resources

COlePropertyPage Members