상태바에서 해당 인덱스 상태바 아이템의 blink(깜빡임)효과 시 글자색을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nID | short | 상태바 아이템 인덱스 |
nRValue | short | Red 값 |
nGValue | short | Green 값 |
nBValue | short | Blue 값 |
Type | Description |
---|---|
void | 없음 |
function btn_setstatusblink_on_mouseup()
{
statusBar.setstatusblinkforecolor(2, 255, 255, 255);
statusBar.setstatusblink(2, true);
}