Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NAutoCompleteBox Class / ShouldShowPopup Method


In This Topic
    ShouldShowPopup Method (NAutoCompleteBox)
    In This Topic
    Gets whether a popup should be shown for the given list box.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldShowPopup( _
       ByVal listBox As NListBox _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NAutoCompleteBox
    Dim listBox As NListBox
    Dim value As System.Boolean
     
    value = instance.ShouldShowPopup(listBox)
    protected virtual System.bool ShouldShowPopup( 
       NListBox listBox
    )

    Parameters

    listBox
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also