Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / ShowList Method
Whether to show the drop-down list


In This Topic
ShowList Method
In This Topic
Determines whether to show the drop-down list of the combo box control.
Syntax
'Declaration
 
Public Sub ShowList( _
   ByVal bShow As Boolean _
) 
 
'Usage
 
Dim instance As FpCombo
Dim bShow As Boolean
 
instance.ShowList(bShow)

Parameters

bShow
Whether to show the drop-down list
See Also