필드의 수직정렬 상태를 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nVertAlign | short | 수직정렬 상수 (*Remark 참조) |
Type | Description |
---|---|
void | 없음 |
**nVertAlign (수직정렬 속성값) 상수 XFD_VALIGN_TOP 또는 0 : 상단정렬 XFD_VALIGN_CENTER 또는 1 : 중앙정렬 XFD_VALIGN_BOTTOM 또는 2 : 하단정렬
function btn_setvertalign_on_mouseup()
{
fldNum.setvertalign(XFD_VALIGN_BOTTOM);
}