Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / INAjaxControl Interface / AjaxImageMapMode Property


In This Topic
    AjaxImageMapMode Property (INAjaxControl)
    In This Topic
    Gets / sets a value indicating wheather to genrate automatically an image map in AJAX mode.
    Syntax
    'Declaration
     
    
    Property AjaxImageMapMode As AjaxImageMapMode
    'Usage
     
    
    Dim instance As INAjaxControl
    Dim value As AjaxImageMapMode
     
    instance.AjaxImageMapMode = value
     
    value = instance.AjaxImageMapMode
    AjaxImageMapMode AjaxImageMapMode {get; set;}
    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