The general style of a ScrollBar.
| C# | Visual Basic | Visual C++ |
public enum ScrollBarStyle
Public Enumeration ScrollBarStyle
public enum class ScrollBarStyle
| Member | Description |
|---|---|
| Custom |
The scrollbar is a custom scrollbar implementation.
|
| Horizontal |
The scrollbar is a horizontal scrollbar of a window or control.
|
| Vertical |
The scrollbar is a vertical scrollbar of a window or control.
|
