|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
ImageList_DragEnter
The ImageList_DragEnter function locks updates to the specified window during a drag operation and displays the drag image at the specified position within the window.
BOOL ImageList_DragEnter(
HWND hwndLock, int x, int y );
Parameters
hwndLock
Handle to the window that owns the drag image.
x
Specifies the x-coordinate at which to display the drag image. The coordinate is relative to the upper-left corner of the window, not the client area.
y
Specifies the y-coordinate at which to display the drag image. The coordinate is relative to the upper-left corner of the window, not the client area.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
Remarks
To begin a drag operation, use the ImageList_BeginDrag function.
See Also
ImageList_BeginDrag
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
ImageList_DragEnter
Функция ImageList_DragEnter запирает коррекцию в определенное окно в течение действия помехи и отображает образ помехи в определенной позиции в пределах окна.
BOOL ImageList_DragEnter(
HWND hwndLock, int x, int y );
Параметры
hwndLock
Прооперируйте окно, которое обладает образом помехи.
x
Определяет x-coordinate в котором, чтобы отображать образ помехи. Координата - относительно верхнего левого угла окна, не область клиента.
y
Определяет y-coordinate в котором, чтобы отображать образ помехи. Координата - относительно верхнего левого угла окна, не область клиента.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая.
Замечания
Для того, чтобы начинать действие помехи, используйте функцию ImageList_BeginDrag.
Смотри Также
ImageList_BeginDrag
|
|
|
|
| |