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


In This Topic
    ImageMapName Property
    In This Topic
    The id of the image map.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute("")>
    Public Property ImageMapName As System.String
    'Usage
     
    
    Dim instance As NHtmlImageMapResponse
    Dim value As System.String
     
    instance.ImageMapName = value
     
    value = instance.ImageMapName
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue("")]
    public System.string ImageMapName {get; set;}
    Remarks
    When empty the control will automatically generate the image map name. 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