Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonTabContextCommandSource Class / ShowOnlyGivenTabPageGroups Method
The name of the tab page group to show. I set to null all tab page groups will be collapsed.


In This Topic
    ShowOnlyGivenTabPageGroups Method
    In This Topic
    Shows the tab page group with the given name and hides all others.
    Syntax
    'Declaration
     
    
    Protected Sub ShowOnlyGivenTabPageGroups( _
       ByVal ParamArray tabPageGroupNames() As System.String _
    ) 
    'Usage
     
    
    Dim instance As NRibbonTabContextCommandSource
    Dim tabPageGroupNames() As System.String
     
    instance.ShowOnlyGivenTabPageGroups(tabPageGroupNames)
    protected void ShowOnlyGivenTabPageGroups( 
       params System.string[] tabPageGroupNames
    )

    Parameters

    tabPageGroupNames
    The name of the tab page group to show. I set to null all tab page groups will be collapsed.
    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