Spread WinForms 15
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()
See Also