멀티라인 » Api

scrollpostofirst

Description

멀티라인에 스크롤이 생겼을 때 스크롤을 가장 위로 올리는 API이다.

Parameters

Parameters Type Description
nSBType short [옵션] 스크롤바 유형 (기본값: 2)

Return Value

Type Description
BOOL 정상 처리 여부

Remark

** nSBType에 입력가능한 상수값

XFD_SB_HORZ = 0 (수평 스크롤)
XFD_SB_VERT = 1 (수직 스크롤)
XFD_SB_BOTH = 2 (수평/수직 스크롤)

Example

function btn_scrollpostofirst_on_mouseup() { multi.scrollpostofirst(); }

See Also

scrollpostolast

Viewer Ver.

9.1.1.1

Update Date

20190607