트리메뉴의 특정아이템의 border 굴림정도를 지정하는 API이다.
Parameters | Type | Description |
---|---|---|
nIndex | short | 아이템 인덱스 |
nBorderRadius | short | 아이템 Border 굴림값 |
Type | Description |
---|---|
BOOL | 정상 처리 여부 |
function test_on_mouseup(objInst)
{
// 0번째 아이템의 오른쪽 상하 보더굴림을 15로 지정
treemenu01.setitemborderradius(0, '0,15,15,0');
}