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