Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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