SECEditController::m_nScrollTimer

UINT SECEditController::m_nScrollTimer

Timer ID for Drag/Scrolling. When the mouse button is pressed, this timer is created. Everytime the OnTimer routine is called, the caret is scrolled into view.

Developer Notes

If you have an OnTimer routine in your CView derived class it will still be called after this OnTimer is called.

This member is an internal implementation detail of SECEditController and may be subject to change in future versions.