Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonGroupBuilder Class / CreateRibbonLargeToggleButton Method
Small image - required when the button is placed in the Quick Access toolbar.


In This Topic
    CreateRibbonLargeToggleButton Method
    In This Topic
    Creates a ribbon toggle button that is always in large state.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateRibbonLargeToggleButton( _
       ByVal largeImage As NImage, _
       ByVal smallImage As NImage, _
       ByVal command As NCommand _
    ) As NRibbonToggleButton
    'Usage
     
    
    Dim instance As NRibbonGroupBuilder
    Dim largeImage As NImage
    Dim smallImage As NImage
    Dim command As NCommand
    Dim value As NRibbonToggleButton
     
    value = instance.CreateRibbonLargeToggleButton(largeImage, smallImage, command)
    protected virtual NRibbonToggleButton CreateRibbonLargeToggleButton( 
       NImage largeImage,
       NImage smallImage,
       NCommand command
    )

    Parameters

    largeImage
    smallImage
    Small image - required when the button is placed in the Quick Access toolbar.
    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