화면 » Api

getscrollbarstyle

Description

화면에 지정된 스크롤의 스타일을 반환하는 API이다.

Parameters

Parameters Type Description
nBar short 수평, 수직 스크롤(*Remark 참조)

Return Value

Type Description
short 스크롤 스타일

Remark

**nBar (수평, 수직 스크롤)

XFD_SB_HORZ = 0
XFD_SB_VERT = 1

Example

function btn_getscrollbarstyle_on_mouseup() { screen.alert(screen.getscrollbarstyle(1)); }

Viewer Ver.

9.1.1.1

Update Date

20110415