This function changes the enabled status for all controls which are presented in the radio button property 'ControlsToEnable'. These controls will be enabled only if the radio button checked state is equal to 'ControlsToEnableReverse' property value.
object.UpdateEnabledControls
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISRadioButton interface |
Enable or disable controls according to the radio button checked state.
Dim aControl
Set aControl = Form.Controls_("rbCaseOne")
aControl.UpdateEnabledControls In Profile Client v8 on User Interface UpdateEnabledControls cannot be found.