BOOL SetControlStatus( UINT nID, BOOL IsDirty );
Return Value
TRUE, if the specified control was set; otherwise FALSE.
Parameters
nID
Contains the ID of a property page control.
IsDirty
Specifies if a field of the property page has been modified. Set to TRUE if the field has been modified, FALSE if it has not been modified.
Remarks
Call this 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.
COlePropertyPage Overview | Class Members | Hierarchy Chart
See Also COlePropertyPage::GetControlStatus