This function disables the form controls with the specified names.
object.DisableControls
aControls[, Enable = false]
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
|
aControls |
In, Required | string |
The list of the names of controls separated by a
semi-colon |
Enable |
In, Optional Default value is
false |
bool |
New 'Enabled' status for the control |
Disable the form controls with the specified names.
Dim aForm
Set aForm = Profile.Form
aForm.DisableControls "CheckBox1;edtPackYears", false
In Profile Client v8 on User Interface the 'Enabled' property can be found in
.