Gets or sets a value indicating whether a Text Control has horizontal or vertical scroll bars.
public ScrollBars ScrollBars { get; set; }
Public Property ScrollBars() As ScrollBars
Member | Description |
---|---|
None | The Text Control has no scrollbars. |
Horizontal | The Text Control has a horizontal scrollbar. |
Vertical | The Text Control has a vertical scrollbar. |
Both | The Text Control has a horizontal and a vertical scrollbar. |