Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonQuickAccessToolBar Class / CreateRibbonWidgetFilter Method


In This Topic
    CreateRibbonWidgetFilter Method (NRibbonQuickAccessToolBar)
    In This Topic
    Creates the filter to use for filtering the ribbon widgets that should appear in this quick access toolbar edit dialog shown on clicking "Customize..." menu item.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateRibbonWidgetFilter() As INFilter(Of NNode)
    'Usage
     
    
    Dim instance As NRibbonQuickAccessToolBar
    Dim value As INFilter(Of NNode)
     
    value = instance.CreateRibbonWidgetFilter()
    protected virtual INFilter<NNode> CreateRibbonWidgetFilter()
    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