Nevron .NET Vision
Nevron.Chart.Windows Namespace / NDragTool Class / Activate Method


In This Topic
    Activate Method (NDragTool)
    In This Topic
    Activates this tool.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Activate() 
    'Usage
     
    
    Dim instance As NDragTool
     
    instance.Activate()
    public override void Activate()
    Remarks
    When a tool is active it will receive all event notifications and they will not be dispatched to the other tools in the tools collection.
    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