스플리터 » Api

getwidth

Description

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

Return Value

Type Description
short 컨트롤 너비값

Example

function btn_getwidth_on_mouseup() { var nWidth = splitter.getwidth(); // 컨트롤의너비를구함 // 메시지박스로확인 screen.alert("스플리터의 넓이는 " + nWidth + " 입니다."); }

Viewer Ver.

9.1.1.1

Update Date

20161014