Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / INAjaxControl Interface / AjaxToolsFactoryType Property


In This Topic
    AjaxToolsFactoryType Property
    In This Topic
    Gets or sets the name of the client side JavaScript class that is used to create instances of client side tools.
    Syntax
    'Declaration
     
    
    Property AjaxToolsFactoryType As System.String
    'Usage
     
    
    Dim instance As INAjaxControl
    Dim value As System.String
     
    instance.AjaxToolsFactoryType = value
     
    value = instance.AjaxToolsFactoryType
    System.string AjaxToolsFactoryType {get; set;}
    Remarks

    Set this property to the name of your own custom tool-factory JavaScript class. You may need to do this when you implement custom AJAX tools.

    Your custom class must derive from the Nevron JavaScript NToolFactory class. The script resource that contains the code of your custom class must be registered with the ScriptManager component on your web page. For more details on implementing custom tools, please read the User's Guide documentation topics under Framework/WebForm/AJAX.

    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