Nevron .NET Vision
Nevron.UI Namespace / NImageAndTextItem Class / Image Property


In This Topic
    Image Property (NImageAndTextItem)
    In This Topic
    Gets/sets the image to be used by this item.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the image used by this item.")>
    <System.ComponentModel.EditorAttribute(Nevron.UI.NImageTypeEditorWithSystemIcons, System.Drawing.Design.UITypeEditor)>
    Public Overridable Property Image As System.Drawing.Image
    'Usage
     
    
    Dim instance As NImageAndTextItem
    Dim value As System.Drawing.Image
     
    instance.Image = value
     
    value = instance.Image
    [System.ComponentModel.Description("Gets/sets the image used by this item.")]
    [System.ComponentModel.Editor(Nevron.UI.NImageTypeEditorWithSystemIcons, System.Drawing.Design.UITypeEditor)]
    public virtual 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