'Declaration
Public Property ScrollBars As ScrollBars
'Usage
Dim instance As GcComboBox Dim value As ScrollBars instance.ScrollBars = value value = instance.ScrollBars
public ScrollBars ScrollBars {get; set;}
Property Value
One of the ScrollBars enumeration specifying which scroll bars will be visible.The defalut is System.Windows.Forms.ScrollBars.Vertical.