GDragListBox

GDragListBox — allows listed items in a list box to be moved.

Synopsis

class GDragListBox GListBox
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GListBox <-- GDragListBox

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)

Corresponds to CDragListBox::Create.

DrawInsert (nItem)

Corresponds to CDragListBox::DrawInsert.

LBItemFromPt (args?...)

Corresponds to CDragListBox::LBItemFromPt.

MakeDragList ()

Corresponds to CDragListBox::MakeDragList.

This class also inherits the functions of GListBox and GWindowBase.