Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxToolList Class / GetToolById Method
The id of the tool to lookup. The client side JavaScript class name of the tool class is used.


In This Topic
    GetToolById Method
    In This Topic
    Lookups the tool with the specified tool id.
    Syntax
    'Declaration
     
    
    Public Function GetToolById( _
       ByVal toolId As System.String _
    ) As NAjaxToolDefinition
    'Usage
     
    
    Dim instance As NAjaxToolList
    Dim toolId As System.String
    Dim value As NAjaxToolDefinition
     
    value = instance.GetToolById(toolId)
    public NAjaxToolDefinition GetToolById( 
       System.string toolId
    )

    Parameters

    toolId
    The id of the tool to lookup. The client side JavaScript class name of the tool class is used.

    Return Value

    The tool with the specified tool id or null if no tool was found.
    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