CGXControl::SetModify
virtual void SetModify(BOOL bModified);
bModified
Specifies if the control should be set modified or unmodified.
Remarks
You should override this method to store the modified-flag.
The base-class version of this method does not have any functionality. The CGXEditControl version calls CEdit::SetModify.