COlePropertyPage::SetControlStatus

Call this member function to change the status of a property page control. If the status of a property page control is dirty when the property page is closed or the Apply button is chosen, the control's property will be updated with the appropriate value.

Syntax

BOOL SetControlStatus( UINT nID, BOOL IsDirty );

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COlePropertyPage Overview, COlePropertyPage Member Functions, Dialog Box Classes, COlePropertyPage::GetControlStatus