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


In This Topic
    CreateShapeStyleRibbonGallery Method
    In This Topic
    Creates the "Shape Style" ribbon gallery.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateShapeStyleRibbonGallery( _
       ByVal icon As NImage, _
       ByVal tablePicker As NTablePicker, _
       ByVal commandSource As NRibbonGalleryCommandSource _
    ) As NRibbonGallery
    'Usage
     
    
    Dim instance As NDesignShapeStyleGroupBuilder
    Dim icon As NImage
    Dim tablePicker As NTablePicker
    Dim commandSource As NRibbonGalleryCommandSource
    Dim value As NRibbonGallery
     
    value = instance.CreateShapeStyleRibbonGallery(icon, tablePicker, commandSource)
    protected virtual NRibbonGallery CreateShapeStyleRibbonGallery( 
       NImage icon,
       NTablePicker tablePicker,
       NRibbonGalleryCommandSource 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