Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NNavigationBarPane Class / Image Property


In This Topic
    Image Property (NNavigationBarPane)
    In This Topic
    Gets or sets the image that is associated with the outlook bar pane. The image appears in the pendant menu and the pane options dialog.
    Syntax
    'Declaration
     
    
    Public Property Image As NImage
    'Usage
     
    
    Dim instance As NNavigationBarPane
    Dim value As NImage
     
    instance.Image = value
     
    value = instance.Image
    public NImage Image {get; set;}
    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