Programming with Reflection
TVIStatusLineAttribute property
Syntax |
object.TVIStatusLineAttribute |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how the top and bottom status line appear in Reflection's terminal window when Reflection is emulating a TVI terminal (TerminalType = rcTVI955).
The default value is rcTVIStatusInverse.
rcTVIStatusNormal The top and bottom status line characters are displayed using the default display attributes.
rcTVIStatusInverse The top and bottom status lines are displayed in inverse video to the background.
rcTVIStatusUnderline The top and bottom status line characters are displayed using the default display attributes with underlining added.
rcTVIStatusInverseUnderline The top and bottom status lines are displayed in inverse video to the background with underlining added.