ScrollBars Property (GcTextBox)
Gets or sets which scroll bars should appear in a multiline
GcTextBox control.
'Declaration
Public Property ScrollBars As ScrollBars
'Usage
Dim instance As GcTextBox
Dim value As ScrollBars
instance.ScrollBars = value
value = instance.ScrollBars
Property Value
One of the
ScrollBars enumeration values that indicates whether a multiline
GcTextBox control appears with no scroll bars, a horizontal scroll bar, a vertical scroll bar, or both.
The default is
None.