Scroll to navigation

MakeDragList(3w) Wine API MakeDragList(3w)

NAME

MakeDragList (COMCTL32.13)

SYNOPSIS

BOOL MakeDragList
(
HWND hwndLB
)
 

DESCRIPTION

Makes a normal ListBox into a DragList by subclassing it.
 

RETURNS

Success: Non-zero
Failure: Zero
 

IMPLEMENTATION

Declared in "commctrl.h".
Implemented in "dlls/comctl32/draglist.c".
Debug channel "commctrl".
Oct 2012 Wine API