var intRet = RadioBtn.SelectedButton();
intRet = RadioBtn.SelectedButton()
intRet = RadioBtn.SelectedButton()
|
요소
|
설명
|
|---|---|
|
IntRet
|
선택한 항목의 인덱스입니다.
|
var strRet = RadioBtn.GetText(longIndex);
strRet = RadioBtn.GetText(longIndex)
strRet = RadioBtn.GetText(longIndex)
|
요소
|
설명
|
|---|---|
|
strRet
|
지정된 인덱스의 문자열입니다.
|
|
longIndex
|
텍스트를 찾을 정수 인덱스입니다.
|
RadioBtn.ResetContent();
RadioBtn.ResetContent()
RadioBtn.ResetContent()
RadioBtn.AddButton(strItem);
RadioBtn.AddButton(strItem)
RadioBtn.AddButton(strItem)
|
요소
|
설명
|
|---|---|
|
strItem
|
버튼의 캡션으로 추가할 문자열입니다.
|