FormButtonControl.drop Method [AX 2012]
Raises the drop event to indicate that a drop operation is being performed on the current control.
public void drop(
FormControl dragSource,
FormDrag dragMode,
int x,
int y)
Run On
ClientParameters
- dragSource
- Type: FormControl Class
The source control of this drop 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.
Community Additions
ADD
Show: