지정한 탭 아이템의 수직정렬 상태를 설정하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nTabItem | short | 탭 아이템 인덱스 |
| nVertAlign | short | 수직정렬 상수 (*Remark 참조) |
| Type | Description |
|---|---|
| void | 없음 |
**nVertAlign (수직정렬 속성값) 상수 0 : 상단정렬 1 : 중앙정렬 2 : 하단정렬
function btnSetvertalign_on_mouseup()
{
tabTest.settabitemvertalign(1, 1);
}