로우박스 » Api

settop

Description

컨트롤의 윗쪽(y) 위치값을 지정는 API이다.

Parameters

Parameters Type Description
nTop long 컨트롤 윗쪽(y) 위치값

Return Value

Type Description
BOOL 정상 처리 여부

Remark

* 컨트롤 속성의 y 값과 같다.

Example

function btn_settop_on_mouseup() { btnTest.settop(20); }

See Also

gettop

Viewer Ver.

9.1.1.1

Update Date

20171219