Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonButton Class / CreateMedium Method


In This Topic
    CreateMedium Method (NRibbonButton)
    In This Topic
    Creates a ribbon button in medium state with the given image and text.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateMedium( _
       ByVal text As System.String, _
       ByVal smallImage As NImage _
    ) As NRibbonButton
    'Usage
     
    
    Dim text As System.String
    Dim smallImage As NImage
    Dim value As NRibbonButton
     
    value = NRibbonButton.CreateMedium(text, smallImage)
    public static NRibbonButton CreateMedium( 
       System.string text,
       NImage smallImage
    )

    Parameters

    text
    smallImage
    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