Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonGroupBuilder Class / CreateRibbonGallery Method
The icon of the gallery when in collapsed state.


In This Topic
    CreateRibbonGallery Method (NRibbonGroupBuilder)
    In This Topic
    Creates a ribbon gallery.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateRibbonGallery( _
       ByVal icon As NImage, _
       ByVal tablePicker As NTablePicker, _
       ByVal commandSource As NRibbonGalleryCommandSource _
    ) As NRibbonGallery
    'Usage
     
    
    Dim instance As NRibbonGroupBuilder
    Dim icon As NImage
    Dim tablePicker As NTablePicker
    Dim commandSource As NRibbonGalleryCommandSource
    Dim value As NRibbonGallery
     
    value = instance.CreateRibbonGallery(icon, tablePicker, commandSource)

    Parameters

    icon
    The icon of the gallery when in collapsed state.
    tablePicker
    commandSource
    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