라디오버튼 » Api

settextmargin

Description

라디오버튼의 text_margin속성값을 설정할 수 있는 API입니다.
항상 파라미터 값을 다 줄 필요는 없고 만약 왼쪽과 위쪽 여백만을 주고 싶을
경우 나머지 파라미터는 -1값을 주시면 현상태를 유지합니다.

Parameters

Parameters Type Description
nLeft long 왼쪽 여백
nTop long 윗쪽 여백
nRight long 오른쪽 여백
nBottom long 아래쪽 여백

Return Value

Type Description
BOOL 정상 처리 여부

Example

// 왼쪽, 윗쪽 여백을 주고 싶을 경우 radio.settextmargin(10, 4, -1, -1);

See Also

gettextmargin

Viewer Ver.

9.1.1.1

Update Date

20210624