Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / AjaxImageMapMode Enumeration


In This Topic
    AjaxImageMapMode Enumeration
    In This Topic
    The possible modes for generating an image map in AJAX mode
    Syntax
    'Declaration
     
    
    Public Enum AjaxImageMapMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AjaxImageMapMode
    public enum AjaxImageMapMode : System.Enum 
    Members
    MemberDescription
    AlwaysAn image map is allways generated, even when it's empty, for both built-in and user defined commands.
    AutoAn image map is automatically generated for all built-in commands, but only if there are elements that will produce image map areas. For user defined commands the image map must be added manually (See NWebControl.AsyncQueryCommandResult).
    ManualThe image map must be added manually (See NWebControl.AsyncQueryCommandResult) and will be generated and sent to the client only if there are elements which produce image map areas.
    NeverAn image map is never generated.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WebForm.Controls.AjaxImageMapMode

    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