Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonGroupBuilder Class / CreateRibbonButton Method / CreateRibbonButton(NImage,NImage,NCommand) Method


In This Topic
    CreateRibbonButton(NImage,NImage,NCommand) Method
    In This Topic
    Creates a ribbon button.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function CreateRibbonButton( _
       ByVal largeImage As NImage, _
       ByVal smallImage As NImage, _
       ByVal command As NCommand _
    ) As NRibbonButton
    'Usage
     
    
    Dim instance As NRibbonGroupBuilder
    Dim largeImage As NImage
    Dim smallImage As NImage
    Dim command As NCommand
    Dim value As NRibbonButton
     
    value = instance.CreateRibbonButton(largeImage, smallImage, command)
    protected virtual NRibbonButton CreateRibbonButton( 
       NImage largeImage,
       NImage smallImage,
       NCommand command
    )

    Parameters

    largeImage
    smallImage
    command
    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