ISRadioButton.UpdateEnabledControls

Description

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.

Syntax

object.UpdateEnabledControls

Part Attribute Type Description
object Required
The object always implements the ISRadioButton interface

Example

Enable or disable controls according to the radio button checked state.

Dim aControl
Set aControl = Form.Controls_("rbCaseOne")
aControl.UpdateEnabledControls  
Note: This macro should be executed in any event handler of the form control.

In Profile Client v8 on User Interface UpdateEnabledControls cannot be found.

Version information

Added in v7.11.0