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


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

    Property Value

    A DropDown instance that indicates the drop-down settings for the drop-down function.
    Remarks
    The drop-down behavior and the window appearance can be customized by setting this DropDown property. This includes enabling the display, resizing, specifying the direction of the drop-down window, specifying the shadow of the drop-down window, and specifying the animation when opening and closing.
    See Also