| 271 | |
| 272 | |
| 273 | void CCryptAboutPropertyPage::OnEnChangeInfo() |
| 274 | { |
| 275 | // TODO: If this is a RICHEDIT control, the control will not |
| 276 | // send this notification unless you override the CCryptPropertyPage::OnInitDialog() |
| 277 | // function and call CRichEditCtrl().SetEventMask() |
| 278 | // with the ENM_CHANGE flag ORed into the mask. |
| 279 | |
| 280 | // TODO: Add your control notification handler code here |
| 281 | } |
| 282 | |
| 283 | |
| 284 | void CCryptAboutPropertyPage::OnSetfocusInfo() |
nothing calls this directly
no outgoing calls
no test coverage detected