Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxMouseUpCallbackTool Class / NAjaxMouseUpCallbackTool Constructor / NAjaxMouseUpCallbackTool Constructor(Boolean,Boolean)
Selects the initial enabled state of the tool.
When set to true, this parameter 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.


In This Topic
    NAjaxMouseUpCallbackTool Constructor(Boolean,Boolean)
    In This Topic
    Initializes a new instance of NAjaxMouseUpCallbackTool with a given default enabled value and behavior configuration.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal defaultEnabled As System.Boolean, _
       ByVal useImageMapFilter As System.Boolean _
    )
    'Usage
     
    
    Dim defaultEnabled As System.Boolean
    Dim useImageMapFilter As System.Boolean
     
    Dim instance As New NAjaxMouseUpCallbackTool(defaultEnabled, useImageMapFilter)
    public NAjaxMouseUpCallbackTool( 
       System.bool defaultEnabled,
       System.bool useImageMapFilter
    )

    Parameters

    defaultEnabled
    Selects the initial enabled state of the tool.
    useImageMapFilter
    When set to true, this parameter 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.
    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