CMFCPropertyGridFontProperty Class
The CMFCPropertyGridFileProperty class supports a property list control item that opens a font selection dialog box.
class CMFCPropertyGridFontProperty : public CMFCPropertyGridProperty
Members
Public Constructors
Name |
Description |
---|---|
Constructs a CMFCPropertyGridFontProperty object. |
|
CMFCPropertyGridFontProperty::~CMFCPropertyGridFontProperty |
Destructor. |
Public Methods
Name |
Description |
---|---|
CMFCPropertyGridFontProperty::FormatProperty |
Formats the text representation of a property value. (Overrides CMFCPropertyGridProperty::FormatProperty.) |
Retrieves the font color that the user selects from the font dialog box. |
|
Retrieves the font that the user selects from the font dialog box. |
|
CMFCPropertyGridFontProperty::GetThisClass |
Used by the framework to obtain a pointer to the CRuntimeClass object that is associated with this class type. |
CMFCPropertyGridFontProperty::OnClickButton |
Called by the framework when the user clicks a button that is contained in a property. (Overrides CMFCPropertyGridProperty::OnClickButton.) |
Inheritance Hierarchy
Requirements
Header: afxpropertygridctrl.h
See Also
Reference
CMFCPropertyGridProperty Class