개별로 탭 아이템 선택시의 이미지를 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nTabItem | short | 탭 아이템 Index |
strImage | STRING | 이미지 경로 |
Type | Description |
---|---|
BOOL | 정상처리 여부 |
function btnSettabitemimage_on_mouseup()
{
tabTest.settabitemselimageex(0, "/test_sel.gif");
}