'Declaration
Public Property ScrollBarMode As ScrollBarMode
'Usage
Dim instance As GcTextBox Dim value As ScrollBarMode instance.ScrollBarMode = value value = instance.ScrollBarMode
public ScrollBarMode ScrollBarMode {get; set;}
Property Value
One of the ScrollBarMode enumeration values that indicates whether a multiple-line edit displays the scroll bars as soon as the contents exceed the length of the control.The default is ScrollBarMode.Fixed.