Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NHtmlImageMapResponse Class / ImageFileName Property


In This Topic
    ImageFileName Property
    In This Topic
    The id of the image file.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute("")>
    Public Property ImageFileName As System.String
    'Usage
     
    
    Dim instance As NHtmlImageMapResponse
    Dim value As System.String
     
    instance.ImageFileName = value
     
    value = instance.ImageFileName
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue("")]
    public System.string ImageFileName {get; set;}
    Remarks
    When empty the control will automatically generate the image file id. Note that you muse assign a value to this property if CreateImageFile is set to false.
    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