Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NHtmlImageMapResponse Class
Members


In This Topic
    NHtmlImageMapResponse Class
    In This Topic
    Describes and HTML image map generated by the server control.
    Object Model
    NHtmlImageMapResponse Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WebForm.Controls.NImageResponse)>
    <System.SerializableAttribute()>
    Public Class NHtmlImageMapResponse 
       Inherits NResponse
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider, INTemporaryFileCreator 
    'Usage
     
    
    Dim instance As NHtmlImageMapResponse
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WebForm.Controls.NImageResponse)]
    [System.Serializable()]
    public class NHtmlImageMapResponse : NResponse, Nevron.INReferenceHolder, Nevron.INReferenceProvider, INTemporaryFileCreator  
    Remarks
    Nevron Chart for .NET can generate client side HTML image maps with tooltips, cursor change and browser redirection. For more information please take a look at the Building Internet and Intranet applications in the Users Guide.
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WebForm.Controls.NConfigurationNode
          Nevron.UI.WebForm.Controls.NResponse
             Nevron.UI.WebForm.Controls.NHtmlImageMapResponse

    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