Imagelist.dragEnter Method [AX 2012]
Locks updates to the specified window during a drag operation and displays the drag image at the specified position in the window.
public boolean dragEnter(
int hWnd,
int x,
int y)
Run On
ClientParameters
- hWnd
- Type: int
The handle to the window that owns the drag image.
- x
- Type: int
The X-coordinate at which to display the drag icon relative to the upper-left corner of the window.
- y
- Type: int
The Y-coordinate at which to display the drag icon relative to the upper-left corner of the window.
Community Additions
ADD
Show: