ISCheckBox.UpdateEnabledControls

Description

This function changes the enabled status for all controls which are presented in the checkbox property 'ControlsToEnable'. These controls will be enabled only if the checkbox checked state is equal to 'ControlsToEnableReverse' property value.

Syntax

object.UpdateEnabledControls

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

Example

Enable or disable controls according to the checkbox checked state.

Dim aControl
Set aControl = Form.Controls_("chkMV")
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