This function checks if the focus was successfully set on the specified radio button.
object.SetFocus()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISRadioButton interface |
bool
Set focus on the specified radio button and display the result of the focus change.
Dim aControl
Dim aResult
Set aControl = Form.Controls_("rbCaseOne")
aResult = aControl.SetFocus
Profile.MsgBox(aResult)