TTMSFNCRichEditorDropTarget.DragMouseMove Method
Updates the caret position and auto-scrolls the content while a drag operation moves over it.
API unit family: TMSFNCRichEditor
Declaring type: TTMSFNCRichEditorDropTarget
Syntax
procedure DragMouseMove(pt:TPoint; var Allow: Boolean; DropFormats: TDropFormats); override;
Parameters
| Name | Description |
|---|---|
pt |
The current drag position, in client coordinates. |
Allow |
Set to False to reject the drop at the current position. |
DropFormats |
The clipboard formats offered by the drag source. |