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


In This Topic
    UserDefinedKeysLocked Property
    In This Topic
    Gets or sets a value indicating whether the host can alter the definitions of the user-defined keys.
    Syntax
    'Declaration
     
    
    Property UserDefinedKeysLocked As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.UserDefinedKeysLocked = value
     
    value = instance.UserDefinedKeysLocked
    bool UserDefinedKeysLocked {get; set;}

    Property Value

    The default value is false.
    Remarks
    When this property is set to true, user-defined keys cannot be loaded from the host.
    See Also