Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxCallbackToolDefinition Class / UseImageMapFilter Property


In This Topic
    UseImageMapFilter Property
    In This Topic
    Gets / sets a value, indicating whether to filter client side events, based on client side image map hot-testing. When set to true, this property causes the client side events to be forwarded via callback to the server only if the event coordinates are hit-tested to an image map object. If no image map is present, this value is ignored and all events are forwarded to the server.
    Syntax
    'Declaration
     
    
    Public Property UseImageMapFilter As System.Boolean
    'Usage
     
    
    Dim instance As NAjaxCallbackToolDefinition
    Dim value As System.Boolean
     
    instance.UseImageMapFilter = value
     
    value = instance.UseImageMapFilter
    public System.bool UseImageMapFilter {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