Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonTabPageBuilder Class / RibbonGroupBuilders Property


In This Topic
    RibbonGroupBuilders Property
    In This Topic
    Gets the ribbon group builders.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RibbonGroupBuilders As NCommandBuilderCollection(Of NRibbonGroupBuilder)
    'Usage
     
    
    Dim instance As NRibbonTabPageBuilder
    Dim value As NCommandBuilderCollection(Of NRibbonGroupBuilder)
     
    value = instance.RibbonGroupBuilders
    public NCommandBuilderCollection<NRibbonGroupBuilder> RibbonGroupBuilders {get;}
    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