Nevron.Diagram.WinForm Namespace / NToolCollection Class / SingleEnableTool Method / SingleEnableTool(String,Boolean) Method


In This Topic
    SingleEnableTool(String,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub SingleEnableTool( _
       ByVal toolName As System.String, _
       ByVal disableAmbient As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NToolCollection
    Dim toolName As System.String
    Dim disableAmbient As System.Boolean
     
    instance.SingleEnableTool(toolName, disableAmbient)
    public virtual void SingleEnableTool( 
       System.string toolName,
       System.bool disableAmbient
    )

    Parameters

    toolName
    disableAmbient
    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