Spread Windows Forms 12.0 Product Documentation
GetDroppedList Method


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : GetDroppedList Method
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()

Return Value

ListBox object containing the drop-down list box control
See Also

Reference

FpCombo Class
FpCombo Members