IRsUIDragingControl Interface Reference
Inherits IUnknown.
List of all members.
|
Public Member Functions |
| HRESULT | GetImageForDrag ([in] POINT pntCursor,[out, retval] HBITMAP *pVal) |
Detailed Description
The
IRsUIDragingControl interface provides methods that allow you drag UI control.
Member Function Documentation
| HRESULT IRsUIDragingControl::GetImageForDrag |
( |
[in] POINT |
pntCursor, |
|
|
[out, retval] HBITMAP * |
pVal | |
|
) |
| | |
Get image for dragging.
- This method is called when user made just click on object under cursor, no drag occured.
- Parameters:
-
| pntCursor | [in] Cursor position in screen coordinates. |
- Returns:
- pVal [out, retval] Pointer to buffer for handle.