MakeDragList

The MakeDragList function changes the specified single-selection list box to a drag list box.

BOOL MakeDragList(

HWND hLB  
);  

Parameters

hLB

Handle to the single-selection list box.

Return Values

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.