RectControl.AutoDeactivate
From Xojo Documentation
This item was deprecated in version 2019r2. Please use RectControl.AllowAutoDeactivate as a replacement. |
Property (As Boolean )
aRectControl.AutoDeactivate = newBooleanValue
or
BooleanValue = aRectControl.AutoDeactivate
Supported for all project types and targets.
or
BooleanValue = aRectControl.AutoDeactivate
Supported for all project types and targets.
Determines whether the control should be deactivated (on macOS) when the parent window is deactivated. The default is True.
Example
The following line is in the Open event and turns AutoDeactivate off.