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
Members
Public Constructors
Name |
Description |
---|---|
Constructs a COlePropertyPage object. |
Public Methods
Name |
Description |
---|---|
Indicates whether the user has modified the value in the control. |
|
Returns the array of objects being edited by the property page. |
|
Returns a pointer to the property page's IPropertyPageSite interface. |
|
Determines which controls do not enable the Apply button. |
|
Indicates whether the user has modified the property page. |
|
Called by the framework when the user edits a property. |
|
Called by the framework when the user invokes help. |
|
Called by the framework when the property page is initialized. |
|
Called by the framework when another OLE control, with new properties, is chosen. |
|
Called by the framework when the property frame provides the page's site. |
|
Sets a flag indicating whether the user has modified the value in the control. |
|
Sets the property page's dialog resource. |
|
Sets the property page's brief help text, the name of its help file, and its help context. |
|
Sets a flag indicating whether the user has modified the property page. |
|
Sets the property page's name (caption). |
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.
Inheritance Hierarchy
COlePropertyPage
Requirements
Header: afxctl.h