상태바 » Api

setstatusblinktime

Description

상태바 아이템의 Blink된 효과줄의 시간설정을 하는 API이다.

Parameters

Parameters Type Description
nID short 아이템 ID
nBlinkTime short 효과 진행 시간
nDurationTime short 효과가 없을 때 시간

Return Value

Type Description
void 없음

Example

function btn_setstatusblinktime_on_mouseup() { status.setstatusblinktime(0, 1000, 1000); }

See Also

setstatusblink
setstatusblinkbackcolor
setstatusblinkforecolor

Viewer Ver.

9.1.1.1

Update Date

20091124