Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NToolCollection Class / IsToolEnabled Method
tool name


In This Topic
    IsToolEnabled Method
    In This Topic
    Determines whether the tool with the specified name is enabled
    Syntax
    'Declaration
     
    
    Public Overridable Function IsToolEnabled( _
       ByVal toolName As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NToolCollection
    Dim toolName As System.String
    Dim value As System.Boolean
     
    value = instance.IsToolEnabled(toolName)
    public virtual System.bool IsToolEnabled( 
       System.string toolName
    )

    Parameters

    toolName
    tool name

    Return Value

    true if the tool was found and it is enabled, otherwise false
    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