화면에 지정된 스크롤의 스타일을 반환하는 API이다.
Parameters | Type | Description |
---|---|---|
nBar | short | 수평, 수직 스크롤(*Remark 참조) |
Type | Description |
---|---|
short | 스크롤 스타일 |
**nBar (수평, 수직 스크롤) XFD_SB_HORZ = 0 XFD_SB_VERT = 1
function btn_getscrollbarstyle_on_mouseup()
{
screen.alert(screen.getscrollbarstyle(1));
}