Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonButtonContent Class / SetImage Method


In This Topic
    SetImage Method (NRibbonButtonContent)
    In This Topic
    Sets the image of the given content widget.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetImage( _
       ByVal widget As NWidget, _
       ByVal image As NImage _
    ) 
    'Usage
     
    
    Dim instance As NRibbonButtonContent
    Dim widget As NWidget
    Dim image As NImage
     
    instance.SetImage(widget, image)
    protected virtual void SetImage( 
       NWidget widget,
       NImage image
    )

    Parameters

    widget
    image
    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