MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / OnSetfocusInfo

Method OnSetfocusInfo

cppcryptfs/ui/CryptAboutPropertyPage.cpp:284–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283
284void CCryptAboutPropertyPage::OnSetfocusInfo()
285{
286 // TODO: Add your control notification handler code here
287
288 CEdit *pWnd = (CEdit*)GetDlgItem(IDC_INFO);
289
290 if (!pWnd)
291 return;
292
293 pWnd->SetSel(-1, 0, TRUE);
294
295
296}
297
298
299void CCryptAboutPropertyPage::OnItemchangedComponentsList(NMHDR *pNMHDR, LRESULT *pResult)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected