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


In This Topic
    Image Property (NRibbonHelpButton)
    In This Topic
    Gets or sets the image shown in the help button. By default set to a 16x16 image of a white question mark in a blue circle.
    Syntax
    'Declaration
     
    
    Public Property Image As NImage
    'Usage
     
    
    Dim instance As NRibbonHelpButton
    Dim value As NImage
     
    instance.Image = value
     
    value = instance.Image
    public NImage Image {get; set;}
    Remarks
    This is a shortcut to the Image property of the image box hosted in this button.
    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