ContainerControl.Enabled
From Xojo Documentation
Property (As Boolean )
aContainerControl.Enabled = newBooleanValue
or
BooleanValue = aContainerControl.Enabled
Supported for all project types and targets.
or
BooleanValue = aContainerControl.Enabled
Supported for all project types and targets.
Determines if the ContainerControl should be enabled when the owning window is opened. The default is True.
A disabled control cannot be clicked and cannot receive the focus.
Example
The following example disables the ContainerControl.
ContainerContol11.Enabled=False