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


In This Topic
    SmallImage Property
    In This Topic
    Gets/sets the image to be displayed by the associated item when the band is pinned to the toolbar.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the image to be displayed by the associated item when the band is pinned to the toolbar.")>
    Public Property SmallImage As System.Drawing.Image
    'Usage
     
    
    Dim instance As NNavigationPaneBand
    Dim value As System.Drawing.Image
     
    instance.SmallImage = value
     
    value = instance.SmallImage
    [System.ComponentModel.Description("Gets/sets the image to be displayed by the associated item when the band is pinned to the toolbar.")]
    public System.Drawing.Image SmallImage {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