Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandWidgetFactory Class / GetImage Method


In This Topic
    GetImage Method (NCommandWidgetFactory)
    In This Topic
    Tries to get the image of the given item. Returns null if failed.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetImage( _
       ByVal item As NNode _
    ) As NImage
    'Usage
     
    
    Dim instance As NCommandWidgetFactory
    Dim item As NNode
    Dim value As NImage
     
    value = instance.GetImage(item)
    public virtual NImage GetImage( 
       NNode item
    )

    Parameters

    item
    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