슬라이더 » Api

setwidth

Description

컨트롤의 너비값(width)을 변경하는 API이다.

Parameters

Parameters Type Description
width short 컨트롤 너비값(width)

Return Value

Type Description
void

Remark

트랙의 width는 settrackwidth API로 변경해야 한다.

Example

function btn_setwidth_on_mouseup() { // 컨트롤의 width를 500px로 변경 btnTest.setwidth(500); }

See Also

getwidth
settrackwidth

Viewer Ver.

9.1.1.1

Update Date

20190617