SocketTools .NET Edition

Terminal.TerminalScrollBars Enumeration

Specifies the scrollbar modes supported by the Terminal control.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
<Flags>
Public Enum Terminal.TerminalScrollBars
[C#]
[Flags]
public enum Terminal.TerminalScrollBars

Remarks

Scrollbars are only displayed if needed. If the emulation window is large enough to display all of the columns and rows, no scrollbars will be drawn even if they are enabled.

Members

Member Name Description Value
None Scrollbars are not displayed. 0
Horizontal A horizontal scrollbar is displayed if necessary. 1
Vertical A vertical scrollbar is displayed if necessary. 2
Both Both a horizontal vertical scrollbars are displayed if necessary. 3

Requirements

Namespace: SocketTools

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

See Also

SocketTools Namespace