Spread Windows Forms 15.0
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)
    public void ShowList( 
       bool bShow
    )

    Parameters

    bShow
    Whether to show the drop-down list
    See Also