'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
[System.ComponentModel.Category("AJAX")] [System.ComponentModel.Description("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.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public AjaxImageMapMode AjaxImageMapMode {get; set;}