InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / UserFeaturesLocked Property


In This Topic
UserFeaturesLocked Property
In This Topic
Gets or sets a value indicating whether certain features can be changed by the host.
Syntax
'Declaration
 
Property UserFeaturesLocked As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.UserFeaturesLocked = value
 
value = instance.UserFeaturesLocked

Property Value

The default value is false.
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.
See Also