Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ScrollBars Property


In This Topic
    ScrollBars Property (GcComboBox)
    In This Topic
    Gets or sets which scroll bars will be visible on this control.
    Syntax
    '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.
    Remarks
    This property determines which srollbar should be displayed.
    See Also