Nevron .NET Vision
Nevron.UI Namespace / NTooltipInfo Class / FooterImage Property


In This Topic
    FooterImage Property
    In This Topic
    Gets/sets the image to be displayed by the tooltip's footer.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the image to be displayed by the tooltip's footer.")>
    <System.ComponentModel.EditorAttribute(Nevron.UI.NImageTypeEditorWithSystemIcons, System.Drawing.Design.UITypeEditor)>
    Public Property FooterImage As System.Drawing.Image
    'Usage
     
    
    Dim instance As NTooltipInfo
    Dim value As System.Drawing.Image
     
    instance.FooterImage = value
     
    value = instance.FooterImage
    [System.Xml.Serialization.XmlIgnore()]
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets/sets the image to be displayed by the tooltip's footer.")]
    [System.ComponentModel.Editor(Nevron.UI.NImageTypeEditorWithSystemIcons, System.Drawing.Design.UITypeEditor)]
    public System.Drawing.Image FooterImage {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