콤보박스 » Api

fitwidth

Description

콤보박스의 너비를 콤보박스 코드 정보를 기준으로 조정한다.

Parameters

Parameters Type Description
nMinWidth long 최소 너비
nMaxWidth long 최대 너비

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_on_mouseup() { cbo.fitwidth(0, 1000); }

Viewer Ver.

9.1.1.1

Update Date

20190701