CMFCPropertyGridProperty::SetOriginalValue
Sets the original value of an editable property.
void SetOriginalValue(
const COleVariant& varValue
);
Parameters
- [in] varValue
A value.
Remarks
Use the CMFCPropertyGridProperty::ResetOriginalValue method to reset the original value of an edited property.
Requirements
Header: afxpropertygridctrl.h
See Also
Reference
CMFCPropertyGridProperty Class