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


In This Topic
    CreateRibbonToggleButton Method
    In This Topic
    Creates a ribbon toggle button.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateRibbonToggleButton( _
       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.CreateRibbonToggleButton(largeImage, smallImage, command)
    protected virtual NRibbonToggleButton CreateRibbonToggleButton( 
       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