SocketTools .NET Edition

Terminal.TerminalCaret Enumeration

Specifies the caret styles supported by the Terminal control.

[Visual Basic]
Public Enum Terminal.TerminalCaret
[C#]
public enum Terminal.TerminalCaret

Members

Member Name Description
None No caret is displayed.
Underline The caret is displayed as an underline.
Block The caret is displayed as a block that is the full height of the character cell.

Requirements

Namespace: SocketTools

Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)

See Also

SocketTools Namespace