Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ScrollBars Property


In This Topic
ScrollBars Property (GcComboBoxCellType)
In This Topic
Gets or sets which scroll bars are visible.
Syntax
'Declaration
 
Public Property ScrollBars As ScrollBars
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As ScrollBars
 
instance.ScrollBars = value
 
value = instance.ScrollBars

Property Value

One of the ScrollBars enumeration that specify which scroll bars are visible.
The default is System.Windows.Forms.ScrollBars.Vertical.
Remarks
This property determines which srollbar should be displayed.
See Also