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


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

    Property Value

    true if dropped down; otherwise, false.
    The default is false.
    Remarks
    Setting this property to true is similar to using the Drop method. If the GcTextBox is disabled or invisible, this property cannot take effect. If the DropDown.GrapeCtiy.Win.Editors.DropDown.AllowDrop property is false, this property cannot take effect.
    See Also