필드의 수직정렬 상태를 설정하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nVertAlign | short | 수직정렬 상수 (*Remark 참조) |
| Type | Description |
|---|---|
| void | 없음 |
**nVertAlign 상수 XFD_VALGIN_TOP 또는 0 : 상단정렬 XFD_VALGIN_CENTER 또는 1 : 중앙정렬 XFD_VALGIN_BOTTOM 또는 2 : 하단정렬
function btnsetvertalign_on_mouseup()
{
fldNormal.setvertalign(XFD_VALIGN_BOTTOM);
}