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


In This Topic
    AjaxTools Property
    In This Topic
    Gets a list of server side AJAX tool definitions that will be sent to the client. Based on these definitions the client side tool factory will create and configure tools that will be running at client side.
    Syntax
    'Declaration
     
    
    ReadOnly Property AjaxTools As NAjaxToolList
    'Usage
     
    
    Dim instance As INAjaxControl
    Dim value As NAjaxToolList
     
    value = instance.AjaxTools
    NAjaxToolList AjaxTools {get;}
    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