var intRet = RadioBtn.SelectedButton();
intRet = RadioBtn.SelectedButton()
intRet = RadioBtn.SelectedButton()
|
Element
|
Description
|
|---|---|
|
IntRet
|
The index of the selected item.
|
var strRet = RadioBtn.GetText(longIndex);
strRet = RadioBtn.GetText(longIndex)
strRet = RadioBtn.GetText(longIndex)
|
Element
|
Description
|
|---|---|
|
strRet
|
The string at the specified index.
|
|
longIndex
|
The integer index at which to find the text.
|
RadioBtn.ResetContent();
RadioBtn.ResetContent()
RadioBtn.ResetContent()
RadioBtn.AddButton(strItem);
RadioBtn.AddButton(strItem)
RadioBtn.AddButton(strItem)
|
Element
|
Description
|
|---|---|
|
strItem
|
A string to be added as the caption for the button.
|