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.
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