텍스트 » Api

getwidth

Description

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

Return Value

Type Description
void

Example

function btn_setwidth_on_mouseup() { // 컨트롤의 width를 구함 var width = btnTest.getwidth(); }

See Also

setwidth

Viewer Ver.

9.1.1.1

Update Date

20171012