The value that is saved in the linked to the radio button HRI if the radio button is checked.
object.CheckedValue
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISRadioButton interface |
string
Display some information about the specified radio button, including the value that is saved in the linked to the radio button HRI if the radio button is checked.
Dim aRadioButton
Dim aControlInfo
Set aRadioButton = Form.Controls_("rbCaseOne")
aControlInfo =_
"Caption: " & aRadioButton.Caption & vbNewLine &_
"ShortName: " & aRadioButton.ShortName & vbNewLine &_
"TypeName: " & aRadioButton.TypeName & vbNewLine &_
"Checked Value: " & aRadioButton.CheckedValue
Profile.MsgBox(aControlInfo)
In Profile Client v8 on User Interface Checked Value can be found in
.