This class represents 1 Property Page (Tab) object inside CPreferences Property Sheet.
Field Summary |
||
Access | Data Type | Name |
protected | bool | bDirty |
public | CMessengerClientDoc * | m_pParent |
Constructor Summary |
||
CColorFontsPreferences() |
Destructor Summary |
||
~CColorFontsPreferences() |
Method Summary |
||
BOOL | OnApply() | |
protected: void | OnColor() | |
protected: void | OnFont() |
Field Detail |
bDirty
Flag variable to indicate whether any field on this form is changed. Set to false on startup. Becomes true when
anything is changed on the form.
m_pParent
Pointer to the Document object.
Constructor Detail |
CColorFontsPreferences()
Sets bDirty to false.
Destructor Detail |
~CColorFontsPreferences()
Default destructor. Does nothing more.
Method Detail |