Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / UserFeaturesLocked Property
In This Topic
UserFeaturesLocked Property
In This Topic
Gets or sets whether certain features can be changed by the host.
Syntax
expression.UserFeaturesLocked As Boolean
where expression is a variable that represents a Terminal Object
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