InfoConnect for Airlines VBA Guide
UserFeaturesLocked Property
Gets or sets whether certain features can be changed by the host.
Syntax
Object.UserFeaturesLocked As Boolean
Remarks
When this property is set to true, the following properties cannot be changed by the host:
  • Tab stops.
  • The value of the KeyboardLocked property.
  • The value of the InverseVideo property.
  • The value of the JumpScrollSpeed property.
  • The value of the AutoRepeat property.

Some host applications require that this property be set to false, so that they can control these features. The default value is false.
See Also