CMFCPropertyGridFileProperty Class

The CMFCPropertyGridFileProperty class supports a property list control item that opens a file selection dialog box.

class CMFCPropertyGridFileProperty : public CMFCPropertyGridProperty

Members

Public Constructors

Name

Description

CMFCPropertyGridFileProperty::CMFCPropertyGridFileProperty

Constructs a CMFCPropertyGridFileProperty object.

CMFCPropertyGridFileProperty::~CMFCPropertyGridFileProperty

Destructor.

Public Methods

Name

Description

CMFCPropertyGridFileProperty::GetThisClass

Used by the framework to obtain a pointer to the CRuntimeClass object that is associated with this class type.

CMFCPropertyGridFileProperty::OnClickButton

(Overrides CMFCPropertyGridProperty::OnClickButton.)

Inheritance Hierarchy

CObject

   CMFCPropertyGridProperty

      CMFCPropertyGridFileProperty

Requirements

Header: afxpropertygridctrl.h

See Also

Reference

Hierarchy Chart

CMFCPropertyGridCtrl Class

CMFCPropertyGridProperty Class

Other Resources

MFC Classes