What events occurred in a paragraph of text selected by the windows mouse?

for example, use the mouse to select a paragraph of text (press the left mouse button, move the mouse, release the left mouse button). What events have happened in this process?

WM_MOUSEACTIVATE
WM_MOUSELDOWN
WM_MOUSEMOVE
WM_SETCURSOR
WM_MOUSELUP
?
which is the key, and can SendMessage and PostMessage be used to simulate this process? (select a paragraph with the mouse)

Oct.15,2021
Menu