ScrollBars Property (GcComboBox)
Gets or sets which scroll bars will be visible on this control.
'Declaration
Public Property ScrollBars As ScrollBars
'Usage
Dim instance As GcComboBox
Dim value As ScrollBars
instance.ScrollBars = value
value = instance.ScrollBars
Property Value
One of the
ScrollBars enumeration specifying which scroll bars will be visible.
The defalut is
System.Windows.Forms.ScrollBars.Vertical.