Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxCallbackToolDefinition Class / NAjaxCallbackToolDefinition Constructor / NAjaxCallbackToolDefinition Constructor(String,Boolean,Boolean)
Must be equal to the id of the corresponding client side JavaScript tool.
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
    NAjaxCallbackToolDefinition Constructor(String,Boolean,Boolean)
    In This Topic
    Initializes a new instance of NAjaxCallbackToolDefinition with a given tool id, default enabled value and behavior configuration.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal toolId As System.String, _
       ByVal defaultEnabled As System.Boolean, _
       ByVal useImageMapFilter As System.Boolean _
    )
    'Usage
     
    
    Dim toolId As System.String
    Dim defaultEnabled As System.Boolean
    Dim useImageMapFilter As System.Boolean
     
    Dim instance As New NAjaxCallbackToolDefinition(toolId, defaultEnabled, useImageMapFilter)
    public NAjaxCallbackToolDefinition( 
       System.string toolId,
       System.bool defaultEnabled,
       System.bool useImageMapFilter
    )

    Parameters

    toolId
    Must be equal to the id of the corresponding client side JavaScript tool.
    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