enum EVENT;
ERRSPACE
SELCHANGE
DBLCLK
SELCANCEL
SETFOCUS
KILLFOCUS
protected this(HWND hWnd
);
enum SELECT;
enum TYPE;
this(NeGui Owner
, ITEM_ID Id
, SELECT Select
= (SELECT).SINGLE, TYPE Type
= (TYPE).LIST);
this(NEGUIINFO NeGuiInfo
, SELECT Select
, TYPE Type
);
void column(int Column
);
int add(in Text text
);
int add(in _NTEXT!(wchar)[] texts
);
int del(int Index
);
const int find(in Text text
, int StartIndex
);
const int count();
const int select();
int select(int Index
);
const int getHeight(int Index
);
bool setHeight(int Index
, int Height
);
void setWidth(int Width
);
const Text listText(int Index
);
bool listText(in Text text
, int Index
);
const int listTextLength(int Index
);
const int topIndex();
int insert(in Text text
, int Index
);
void clear();
int search(in Text text
, int StartIndex
);
const bool isSelect();
bool isSelect(int Index
);
bool toSelect(int Index
, bool Select
);
int selectedCount();
int caretIndex();
void* getItemData(int Index
);
void setItemData(int Index
, void* Data
);
int folder(in Text Folder
, LIST_ATTIBUTE ListAttributes
);