COlePropertyPage::IgnoreApply
Determines which controls do not enable the Apply button.
void IgnoreApply(
UINT nID
);
Parameters
- nID
ID of the control to be ignored.
Remarks
The property page's Apply button is enabled only when values of property page controls have been changed. Use this function to specify controls that do not cause the Apply button to be enabled when their values change.
Requirements
Header: afxctl.h
See Also
Reference
COlePropertyPage::GetControlStatus