Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / GetDroppedList Method


In This Topic
    GetDroppedList Method
    In This Topic
    Gets the drop-down list box.
    Syntax
    'Declaration
     
    
    Public Function GetDroppedList() As ListBox
    'Usage
     
    
    Dim instance As FpCombo
    Dim value As ListBox
     
    value = instance.GetDroppedList()
    public ListBox GetDroppedList()
    See Also