'Declaration
Public Property ScrollBars As ScrollBars
'Usage
Dim instance As GcTextBox Dim value As ScrollBars instance.ScrollBars = value value = instance.ScrollBars
public ScrollBars ScrollBars {get; set;}
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.