Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxToolList Class / GetToolByType Method
The C# type of the tool to lookup.


In This Topic
    GetToolByType Method
    In This Topic
    Lookups the tool of a specified type.
    Syntax
    'Declaration
     
    
    Public Function GetToolByType( _
       ByVal type As System.Type _
    ) As NAjaxToolDefinition
    'Usage
     
    
    Dim instance As NAjaxToolList
    Dim type As System.Type
    Dim value As NAjaxToolDefinition
     
    value = instance.GetToolByType(type)
    public NAjaxToolDefinition GetToolByType( 
       System.Type type
    )

    Parameters

    type
    The C# type of the tool to lookup.

    Return Value

    The tool of the specified type 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