COlePropertyPage::SetControlStatus

This method changes 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.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation Visual C++ documentation

Syntax

BOOL SetControlStatus( UINT nID, BOOL bDirty );

See Also

COlePropertyPage::GetControlStatus