Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the initial value of the current property.
const COleVariant& GetOriginalValue() const;
Return Value
The original value of the current property.
Remarks
Use this method to undo the effect of an edit operation that changes the value of the current property.
The original value of the current property is set by the CMFCPropertyGridProperty::CMFCPropertyGridProperty constructor, modified by the CMFCPropertyGridProperty::SetOriginalValue method, and reset by the CMFCPropertyGridProperty::ResetOriginalValue method.
Requirements
Header: afxpropertygridctrl.h
See Also
Reference
CMFCPropertyGridProperty Class
CMFCPropertyGridProperty::CMFCPropertyGridProperty