타이틀박스 » Api

settitlevertalign

Description

타이틀박스 타이틀의 수직정렬 상태를 설정하는 API이다.

Parameters

Parameters Type Description
nVertAlign short 수직정렬 상수 (*Remark 참조)

Return Value

Type Description
void 없음

Remark

**nVertAlign (수직정렬 속성값) 상수

	XFD_VERTALIGN_TOP = 0     // 상단정렬
	XFD_VERTALIGN_CENTER = 1  // 중앙정렬
	XFD_VERTALIGN_BOTTOM = 2  // 하단정렬

Example

function btnsetvertalign_on_mouseup() { // 하단 정렬 titlebox.settitlevertalign(XFD_VERTALIGN_BOTTOM); }

See Also

settitlehorzalign

Viewer Ver.

9.1.1.1

Update Date

20220106