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


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

    Parameters

    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