Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonSearchBox Class / OnAutoCompleteWidgetSelected Method


In This Topic
    OnAutoCompleteWidgetSelected Method
    In This Topic
    Called when a widget has been selected from the auto complete drop down list box.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAutoCompleteWidgetSelected( _
       ByVal widget As NWidget _
    ) 
    'Usage
     
    
    Dim instance As NRibbonSearchBox
    Dim widget As NWidget
     
    instance.OnAutoCompleteWidgetSelected(widget)
    protected virtual void OnAutoCompleteWidgetSelected( 
       NWidget widget
    )

    Parameters

    widget
    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