Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DateTimeCellType Class / GetDropDownControl Method
The spread


In This Topic
    GetDropDownControl Method (DateTimeCellType)
    In This Topic
    Returns a new CalendarDropDownControl instance that is a DropDown control.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetDropDownControl( _
       ByVal spread As FpSpread _
    ) As Control
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim spread As FpSpread
    Dim value As Control
     
    value = instance.GetDropDownControl(spread)
    protected override Control GetDropDownControl( 
       FpSpread spread
    )

    Parameters

    spread
    The spread
    See Also