페이지컨트롤 » Api

setbuttontext

Description

페이지 컨트롤 내부의 버튼에 텍스트를 설정하는 API이다.

Parameters

Parameters Type Description
nButtonKind short 버튼 종류
strText STRING 버튼 텍스트

Return Value

Type Description
BOOL 성공/실패 여부

Remark

** nButtonKind 파라미터 상수값

	처음 버튼   : XFD_PAGEBAR_FIRST 또는 0
	이전 버튼   : XFD_PAGEBAR_PREV 또는 1
	다음 버튼   : XFD_PAGEBAR_NEXT 또는 2
	마지막 버튼 : XFD_PAGEBAR_LAST 또는 3

Example

function btnTest_on_mouseup() { pageCtrl.setbuttontext(XFD_PAGEBAR_FIRST, "처음"); }

See Also

setbuttonimage

Viewer Ver.

9.1.1.1

Update Date

20160311