Nevron.UI.WebForm.Controls Namespace / NWebControl Class / AjaxImageMapMode Property


AjaxImageMapMode Property (NWebControl)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("AJAX")>
<System.ComponentModel.DescriptionAttribute("Controls the generation of an image map in AJAX mode. If you are not using image map, select "Never" to optimize the performance of the control. The value of this property is ignored if the the HttpHandlerCallback property of the web control is initialized. AjaxImageMapMode.Never is used instead.")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property AjaxImageMapMode As AjaxImageMapMode
 
'Usage
 
Dim instance As NWebControl
Dim value As AjaxImageMapMode
 
instance.AjaxImageMapMode = value
 
value = instance.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