Specifies the scrollbar modes supported by the Terminal control.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
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.
| 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 |
Namespace: SocketTools
Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)