MCPcopy Create free account
hub / github.com/cinience/RedisStudio / TxSetCapture

Method TxSetCapture

DuiLib/Control/UIRichEdit.cpp:537–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537void CTxtWinHost::TxSetCapture(BOOL fCapture)
538{
539 if (fCapture) m_re->GetManager()->SetCapture();
540 else m_re->GetManager()->ReleaseCapture();
541 fCaptured = fCapture;
542}
543
544void CTxtWinHost::TxSetFocus()
545{

Callers

nothing calls this directly

Calls 3

GetManagerMethod · 0.80
ReleaseCaptureMethod · 0.80
SetCaptureMethod · 0.45

Tested by

no test coverage detected