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


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

    Parameters

    spread
    See Also