Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSelection Class / ResetDrillDown Method


In This Topic
    ResetDrillDown Method
    In This Topic
    Resets the drill down node. This method is called by the controller DoMouseMove method of the view to clear the drill node node each time the mouse is moved
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetDrillDown() 
    'Usage
     
    
    Dim instance As NSelection
     
    instance.ResetDrillDown()
    public virtual void ResetDrillDown()
    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