<< Return to Main Index

< Return to Class Index

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.

See Also

CGXControl::GetModify

CGXControl

Class Overview | Class Members