var bMode = RadioBtn.LeftText();
RadioBtn.LeftText(bMode);
bMode = RadioBtn.LeftText
RadioBtn.LeftText = bMode
bMode = RadioBtn.LeftText
RadioBtn.LeftText = bMode
|
요소
|
설명
|
|---|---|
|
bMode
|
true - 캡션이 왼쪽 정렬로 설정됩니다.
false - 캡션이 왼쪽 정렬로 설정되지 않습니다.
|
var stringText = RadioBtn.Text();
RadioBtn.Text(stringText);
stringText = RadioBtn.Text
RadioBtn.Text = stringText
"stringText" = RadioBtn.Text
RadioBtn.Text = "stringText"
|
요소
|
설명
|
|---|---|
|
stringText
|
라디오 버튼의 캡션을 나타내는 문자열입니다.
|
var bMode = RadioBtn.Orientation();
RadioBtn.Orientation(bMode);
bMode = RadioBtn.Orientation
RadioBtn.Orientation = bMode
bMode = RadioBtn.Orientation
RadioBtn.Orientation = bMode
|
요소
|
설명
|
|---|---|
|
bMode
|
값이 0이면 가로 라디오 버튼이 표시되고 1이면 세로 라디오 버튼이 표시됩니다.
|
|
|
Python의 경우 맨 앞 문자를 대문자로 표기한 True와 False를 사용합니다.
|