Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonGroupBuilder Class / CreateRibbonMediumButton Method


In This Topic
    CreateRibbonMediumButton Method
    In This Topic
    Creates a ribbon button that is in medium state.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateRibbonMediumButton( _
       ByVal smallImage As NImage, _
       ByVal command As NCommand, _
       ByVal canCollapseToSmall As System.Boolean _
    ) As NRibbonButton
    'Usage
     
    
    Dim instance As NRibbonGroupBuilder
    Dim smallImage As NImage
    Dim command As NCommand
    Dim canCollapseToSmall As System.Boolean
    Dim value As NRibbonButton
     
    value = instance.CreateRibbonMediumButton(smallImage, command, canCollapseToSmall)
    protected virtual NRibbonButton CreateRibbonMediumButton( 
       NImage smallImage,
       NCommand command,
       System.bool canCollapseToSmall
    )

    Parameters

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