InfoConnect for Unisys
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
bool KanaLockState {get; set;}

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
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.
Remarks

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

See Also