멀티라인 그리드 세로 스크롤 스타일을 가져오는 API이다.
Type | Description |
---|---|
short | 세로 스크롤 스타일(*Remark 참조) |
**세로 스크롤 스타일 리턴값 0:none(없음) 1:auto(자동) 2:always(항상)
function btn_getvertscrollbarstyle_on_mouseup()
{
screen.alert(mgrdTest.getvertscrollbarstyle());
//그리드 세로 스크롤 스타일을 가져온다
}