상태바에서 해당 인덱스 상태바 아이템의 invert(반전)효과 여부를 설정하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nID | short | 상태바 아이템 인덱스 |
| bInvert | bool | invert 효과 설정 여부(true, false) |
| Type | Description |
|---|---|
| void | 없음 |
function btn_setstatusinvert_on_mouseup()
{
statusBar.setstatusinvert(2, true);
}