Hide

SftTabs/DLL 6.5 - Tab Control

Display
Print

SetDragInfo

Updates the drag & drop information while handling SFTTABSN_DRAGMOVE/SFTTABSN_DRAGDROP notifications.

C

void SftTabs_SetDragInfo(HWND hwndCtl, LPCSFTTABS_DRAGINFO lpDragInfo);

C++

void CSftTabs::SetDragInfo(LPCSFTTABS_DRAGINFO lpDragInfo);

Parameters

hwndCtl

The window handle of the tab control where tab reordering or drag & drop originated.

lpDragInfo

A pointer to a SFTTABS_DRAGINFO structure containing the updated drag & drop definitions. Only the targetAllowed of the SFTTABS_DRAGINFO structure is honored.

Comments

The SetDragInfo function updates the drag & drop information while handling SFTTABSN_DRAGMOVE/SFTTABSN_DRAGDROP notifications.

GetDragInfo and SetDragInfo can be used to disallow dragging to a target window (see SFTTABS_DRAGINFO, targetAllowed).

See Also C/C++ API | C++ Classes | Notifications


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.