Unicode Controls & Classes for VB6 - Version 4

ctlUniTextBoxXP.ScrollBars Property

Gets or sets the type of scrollbars used in the control

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