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


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

    Property Value

    A DropDown instance.
    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