Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageMapObjectAttribute Class
Members


In This Topic
    NImageMapObjectAttribute Class
    In This Topic
    When present in the attributes collection the control will add the region of the visual object to the image map object that is provided to the client side JavaScript for hit testing in AJAX mode.
    Object Model
    NImageMapObjectAttribute Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <NIconAttribute("GraphicsCore.Resources.Icons.InteractivityAttributes.ImageMapObject.ico")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.GraphicsCore.NCursorAttribute)>
    <System.SerializableAttribute()>
    Public Class NImageMapObjectAttribute 
       Inherits NInteractivityAttribute
       Implements INHtmlMapAreaAttribute 
    'Usage
     
    
    Dim instance As NImageMapObjectAttribute
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [NIcon("GraphicsCore.Resources.Icons.InteractivityAttributes.ImageMapObject.ico")]
    [System.Xml.Serialization.XmlInclude(Nevron.GraphicsCore.NCursorAttribute)]
    [System.Serializable()]
    public class NImageMapObjectAttribute : NInteractivityAttribute, INHtmlMapAreaAttribute  
    Remarks
    This attriute assumes no additional built-in unctionality, provided for the visual object. The image map area, created for the visual object will be available on the client for implementation of custom functionality in client side JavaScript (e.g. the visual object will be hit-testable at the client and will be present in a collection of hit-testable objects for enumeration).
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NInteractivityAttribute
          Nevron.GraphicsCore.NImageMapObjectAttribute

    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