Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NNavigationPaneBand Class / Image Property


In This Topic
    Image Property (NNavigationPaneBand)
    In This Topic
    Gets/sets the image to be displayed by the large button associated with the band.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the image to be displayed by the large button associated with the band.")>
    Public Property Image As System.Drawing.Image
    'Usage
     
    
    Dim instance As NNavigationPaneBand
    Dim value As System.Drawing.Image
     
    instance.Image = value
     
    value = instance.Image
    [System.ComponentModel.Description("Gets/sets the image to be displayed by the large button associated with the band.")]
    public System.Drawing.Image Image {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also