Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / KanaLockState Property


KanaLockState Property
Gets or sets a value that specifies Kana Mode from the JIS-layout, which produces half-width Katakana characters.
Syntax
'Declaration
 
Property KanaLockState As Boolean
 
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.KanaLockState = value
 
value = instance.KanaLockState

Property Value

When this property is True (the default), the keyboard uses Kana Mode.

When it is False, the keyboard uses ANSI-layout for the keyboard mapping.

Exceptions
ExceptionDescription
This exception is thrown when you try to modify a property that has been secured with the Permissions Manager or that can only be modified by an Administrator.
Remarks

This property is applicable to double-byte 3270 sessions only.

See Also