지정한 키값의 아이템을 선택하는 API이다.
Parameters | Type | Description |
---|---|---|
strKey | STRING | 트리 아이템 키값 |
Type | Description |
---|---|
void | 없음 |
function btn_selectitemex_on_mouseup()
{
trTest.insertitemex("addtree", "treekey", 0, 1, "", "");
trTest.selectitemex("treekey");
}