Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
staticvoidPASCALSetCaretPos(POINTpoint**);**
Parameters
point
Specifies the new x and y coordinates (in client coordinates) of the caret.
Remarks
Sets the position of the caret.
The SetCaretPos member function moves the caret only if it is owned by a window in the current task. SetCaretPos moves the caret whether or not the caret is hidden.
The caret is a shared resource. A window should not move the caret if it does not own the caret.
CWnd Overview | Class Members | Hierarchy Chart
See Also CWnd::GetCaretPos,