Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NToolCollection Class / DisableTools Method
names of the tools to enable


In This Topic
    DisableTools Method
    In This Topic
    Disables the tools with the specified names
    Syntax
    'Declaration
     
    
    Public Overridable Sub DisableTools( _
       ByVal toolNames() As System.String _
    ) 
    'Usage
     
    
    Dim instance As NToolCollection
    Dim toolNames() As System.String
     
    instance.DisableTools(toolNames)
    public virtual void DisableTools( 
       System.string[] toolNames
    )

    Parameters

    toolNames
    names of the tools to enable
    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