파일 » Api

setright

Description

컴포넌트의 부모 기준 컴포넌트 오른쪽(right) 위치값을 지정하는 API이다.

Parameters

Parameters Type Description
nRight long 컴포넌트의 부모 기준 컴포넌트 오른쪽(right) 위치값

Return Value

Type Description
BOOL 정상 처리 여부

Remark

* anchor 속성값이 다음의 값 중 하나로 설정되어 있는 경우에만 적용된다.
2: right-top
3: right-bottom
7: right-center

Example

function btn_setleft_on_mouseup() { btnTest.setright(20); }

See Also

setbottom

Viewer Ver.

9.1.1.1

Update Date

20190424