Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxEditingControl Class / DropDown Property


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

    Property Value

    A ComboDropDown instance indicates the settings about drop-down function.
    Remarks
    The dropdown behavior and the window appearance can be customized by setting this DropDown property. Includes enable shown or not, resizeable, the diriction of dowpdown windown shown, the shadow of dropdown window and animations when opening and closing.
    See Also