Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DateTimeCellType Class / GetDropDownButton Method


In This Topic
    GetDropDownButton Method (DateTimeCellType)
    In This Topic
    Gets the drop-down button.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetDropDownButton( _
       ByVal spread As FpSpread _
    ) As Control
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim spread As FpSpread
    Dim value As Control
     
    value = instance.GetDropDownButton(spread)
    protected override Control GetDropDownButton( 
       FpSpread spread
    )

    Parameters

    spread
    See Also