enum EVENT;
LISTCLOSE
DBLCLK
LISTDROP
EDITCHANGE
EDITUPDATE
エディットのテキストが変更されエディットを表示しようとしている
ERROR
FOCUSKILL
LISTCHANGE
LISTCANCEL
アイテムを選択したが、その時に他のコントロールを選択または、ダイアログボックスを閉じた
LISTSELECTED
FOCUSSET
enum TYPE;
this(NeGui Owner
, ITEM_ID Id
, TYPE Type
= (TYPE).STANDARD);
this(ref NEGUIINFO NeGuiInfo
, TYPE Type
);
this(HWND hWnd
);
int limitLength();
void limitLength(int Limit
);
int add(in Text text
);
int add(in _NTEXT!(wchar)[] texts
);
int del(int Index
);
const int find(in Text text
, int StartIndex
);
- History:
- 1.000
- source発見できなかった場合に例外でなく-1を返す。
const int count();
const bool isSelect();
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
);
int folder(in Text Folder
, LIST_ATTIBUTE ListAttributes
);
const bool list();
const int editerHeight();
class ComboEdit: etc.negui.control.editbox.editbox.EditBox;
const EditBox editBox();
エディットボックス部分取得。
- History:
- 1.00β15
- bugコントロール生成時にAccess Violationしそうだった(未検証)のを修正。
- source属性変更。
class ComboList: etc.negui.control.listbox.listbox.ListBox;
const ListBox listBox();
リストボックス部分取得。
- History:
- 1.00β15
- bugコントロール生成時にAccess Violationしそうだった(未検証)のを修正。
- source属性変更。
bool dropList();
void dropList(bool Show
);
const int listHeight();
void listHeight(in int ListHeight
);
bool pos(AFTER After
, int x
, int y
, int Width
, int Height
, SWP Flags
);
bool size(in int Width
, in int Height
);
bool size(ref const(SIZE) Size
);