IPropertyPageImpl::SetDirty

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

Flags the property page's state as changed or unchanged, depending on the value of bDirty. If necessary, SetDirty informs the frame that the property page has changed.

IPropertyPageImpl OverviewClass Members

See Also   IPropertyPageImpl::IsPageDirty, IPropertyPageImpl::SetPageSite, IPropertyPageImpl::m_bDirty