Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the dragOver event to indicate that a mouse drag operation is over the current control.
Syntax
public FormDrag dragOver(
FormControl dragSource,
FormDrag dragMode,
int x,
int y)
Run On
Client
Parameters
- dragSource
Type: FormControl Class
The source control of this drag operation.
- dragMode
Type: FormDrag Enumeration
A FormDrag enumeration value that indicates the mode of dragging.
- x
Type: int
An integer value that indicates the horizontal client coordinate of the mouse position.
- y
Type: int
An integer value that indicates the vertical client coordinate of the mouse position.
Return Value
Type: FormDrag Enumeration
A FormDrag enumeration value that indicates the mode of dragging.