'Declaration
Property CursorProgressionIndicator As Boolean
'Usage
Dim instance As IIbmTerminal Dim value As Boolean instance.CursorProgressionIndicator = value value = instance.CursorProgressionIndicator
bool CursorProgressionIndicator {get; set;}
'Declaration
Property CursorProgressionIndicator As Boolean
'Usage
Dim instance As IIbmTerminal Dim value As Boolean instance.CursorProgressionIndicator = value value = instance.CursorProgressionIndicator
bool CursorProgressionIndicator {get; set;}
Exception | Description |
---|---|
Attachmate.Reflection.SecuredSettingException | This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator. |
When this property is set to true, the terminal indicates to the host that it supports EUI enhancements, however cursor progression is the only EUI feature supported by the terminal. Do not change the value of this property to true unless you are sure that the host uses only the cursor progression feature.
This property is only relevant for 5250 terminal sessions. The default value is false.