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.
object.UpdateEnabledControls
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISCheckBox interface |
Enable or disable controls according to the checkbox checked state.
Dim aControl
Set aControl = Form.Controls_("chkMV")
aControl.UpdateEnabledControls In Profile Client v8 on User Interface UpdateEnabledControls cannot be found.