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