CComControlBase::SetDirty
Sets the data member m_bRequiresSave to the value in bDirty.
void SetDirty(
BOOL bDirty
);
Parameters
- bDirty
Value of the data member CComControlBase::m_bRequiresSave.
Remarks
SetDirty(TRUE) should be called to flag that the control has changed since it was last saved. The value of m_bRequiresSave is retrieved with CComControlBase::GetDirty.
Requirements
Header: atlctl.h