메뉴버튼 » Api

setmenuboxright

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_setright_on_mouseup() { menubtn.setmenuboxright(250); }

See Also

getmenuboxright

Viewer Ver.

9.1.1.1

Update Date

20210224