스플리터 » Api

setlimitmax

Description

스플리터의 최대이동 가능한 값을 설정하는 API이다.

Parameters

Parameters Type Description
nLimitMax short 스플리터의 최대 이동범위 값

Return Value

Type Description
void 없음

Remark

**스플리터의 limit_max 속성에서 설정한 것과 동일한 기능을 한다.

Example

function btnsetlimitmax_on_mouseup() { splitter.setlimitmax(300); }

See Also

getlimitmax

Viewer Ver.

9.1.1.1

Update Date

20161018