Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonGallery Class / NRibbonGallery Constructor / NRibbonGallery Constructor(String,NImage,NTablePicker)


In This Topic
    NRibbonGallery Constructor(String,NImage,NTablePicker)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String, _
       ByVal icon As NImage, _
       ByVal tablePicker As NTablePicker _
    )
    'Usage
     
    
    Dim text As System.String
    Dim icon As NImage
    Dim tablePicker As NTablePicker
     
    Dim instance As New NRibbonGallery(text, icon, tablePicker)
    public NRibbonGallery( 
       System.string text,
       NImage icon,
       NTablePicker tablePicker
    )

    Parameters

    text
    icon
    tablePicker
    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