Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboDropDown Class / AutoDropDown Property


In This Topic
    AutoDropDown Property (ComboDropDown)
    In This Topic
    Gets or sets a bool value that indicates whether the drop-down window is automatically shown when the control gets focus.
    Syntax
    'Declaration
     
    
    Public Property AutoDropDown As Boolean
    'Usage
     
    
    Dim instance As ComboDropDown
    Dim value As Boolean
     
    instance.AutoDropDown = value
     
    value = instance.AutoDropDown
    public bool AutoDropDown {get; set;}

    Property Value

    A bool value, true if the drop-down window is automatically shown when the control gets focus; otherwise, false.
    The default is false.
    Remarks
    The drop-down window is automatically shown when both AutoDropDown and DropDown.AllowDrop are true.
    See Also