Unicode Controls & Classes for VB6 - Version 4

ctlUniTextCodeHighlight.ScrollBars Property

Gets or sets the type of scrollbars used in the control

Syntax
Public Property Get ScrollBars () As ScrollBarConstants
Public Property Let ScrollBars (ByVal nScrollBars As ScrollBarConstants)
Parameters
Parameter Description
ByVal nScrollBars As ScrollBarConstants The new type of scrollbars to use
Remarks