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


In This Topic
    DropDown Property (GcTextBox)
    In This Topic
    Gets the drop-down settings used to customize the drop-down function.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DropDown As DropDown
    'Usage
     
    
    Dim instance As GcTextBox
    Dim value As DropDown
     
    value = instance.DropDown
    public DropDown DropDown {get;}

    Property Value

    A DropDown instance that contains drop-down window settings.
    Remarks
    The drop-down behavior and the window appearance can be customized by setting this DropDown property. This includes whether to enable the display, resize options, the direction of the displayed drop-down windown, the shadow of the drop-down window, and opening and closing animations.
    See Also