Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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