Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBar Class / CreateHiddenItemsGroup Method


In This Topic
    CreateHiddenItemsGroup Method
    In This Topic
    Creates the widget that contains a representation for the currently hidden items of the command bar.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateHiddenItemsGroup() As NWidget
    'Usage
     
    
    Dim instance As NCommandBar
    Dim value As NWidget
     
    value = instance.CreateHiddenItemsGroup()
    protected virtual NWidget CreateHiddenItemsGroup()
    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