UserDefinedKeysLocked Property
Gets or sets a value indicating whether the host can alter the definitions of the user-defined keys.
bool UserDefinedKeysLocked {get; set;}
'Declaration
Property UserDefinedKeysLocked As Boolean
'Usage
Dim instance As ITerminal
Dim value As Boolean
instance.UserDefinedKeysLocked = value
value = instance.UserDefinedKeysLocked
Property Value
The default value is false.