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


In This Topic
    DroppedDown Property (GcComboBox)
    In This Topic
    Gets or sets a value indicating whether the dropdown window is dropped down.
    Syntax
    'Declaration
     
    
    Public Property DroppedDown As Boolean
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Boolean
     
    instance.DroppedDown = value
     
    value = instance.DroppedDown
    public bool DroppedDown {get; set;}

    Property Value

    true if dropped down; otherwise, false.
    The defalut is false.
    Remarks
    Seting this property to true sames as call Drop method. If the GcComboBox is disable or invisible, this property can't take effect. Either, when the AllowDrop property is false, this property can't take effect.
    See Also