Attachmate.Reflection.Emulation.IbmHosts Assembly > Attachmate.Reflection.Emulation.IbmHosts Namespace > IIbmScreen Interface : KanaLockState Property |
'Declaration
Property KanaLockState As Boolean
'Usage
Dim instance As IIbmScreen Dim value As Boolean instance.KanaLockState = value value = instance.KanaLockState
bool KanaLockState {get; set;}
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.
Exception | Description |
---|---|
Attachmate.Reflection.SecuredSettingException | 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. |
This property is applicable to double-byte 3270 sessions only.