Share via


IPropertyPageImpl::SetDirty

 

Flags the property page's state as changed or unchanged, depending on the value of bDirty.

Syntax

      void SetDirty(
   BOOL bDirty 
);

Parameters

  • bDirty
    [in] If TRUE, the property page's state is marked as changed. Otherwise, it is marked as unchanged.

Remarks

If necessary, SetDirty informs the frame that the property page has changed.

Requirements

Header: atlctl.h

See Also

IPropertyPageImpl Class
IPropertyPageImpl::IsPageDirty
IPropertyPageImpl::SetPageSite
IPropertyPageImpl::m_bDirty