Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NController Class / OnToolActivated Method
tool which was activated


In This Topic
    OnToolActivated Method
    In This Topic
    Called when a tool has been activated
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnToolActivated( _
       ByVal tool As NTool _
    ) 
    'Usage
     
    
    Dim instance As NController
    Dim tool As NTool
     
    instance.OnToolActivated(tool)
    public virtual void OnToolActivated( 
       NTool tool
    )

    Parameters

    tool
    tool which was activated
    Remarks
    This method will capture the mouse in the view and fire the ToolActivated event. It will also update the ActiveTool property.
    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