In This Topic
Gets or sets a value indicating whether zeros displayed in the terminal window contain slashes (like this: Ø). This property only affects the terminal window and has no effect on HP Function key labels, the Terminal's status line, menus, dialog boxes, the Windows Clipboard, or printing. It also has no effect on fonts that, by their design, already display zeroes with slashes (for example, the Terminal font). When this property is True, text displayed in the terminal window uses the slash zero. When it is False (the default), the standard zero character is used.
Syntax
'Declaration
Property SlashZeros As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.SlashZeros = value
value = instance.SlashZeros
bool SlashZeros {get; set;}
See Also