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


In This Topic
    GetDropDownControl Method (BaseDropDownCellType)
    In This Topic
    Returns the specified DropDown control that is implemented by the sub class.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function GetDropDownControl( _
       ByVal spread As FpSpread _
    ) As Control
    'Usage
     
    
    Dim instance As BaseDropDownCellType
    Dim spread As FpSpread
    Dim value As Control
     
    value = instance.GetDropDownControl(spread)
    protected abstract Control GetDropDownControl( 
       FpSpread spread
    )

    Parameters

    spread
    The spread
    See Also