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


In This Topic
    GetImage Method (NCommandBar)
    In This Topic
    Gets the value for the ImagePropertyEx for the specified item
    Syntax
    'Declaration
     
    
    Public Shared Function GetImage( _
       ByVal item As NWidget _
    ) As NImage
    'Usage
     
    
    Dim item As NWidget
    Dim value As NImage
     
    value = NCommandBar.GetImage(item)
    public static NImage GetImage( 
       NWidget 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