Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSelection Class / InitDrillDown Method
node for drill down


In This Topic
    InitDrillDown Method
    In This Topic
    Initializes the drill down node. This method is called by the ClickSelect method of the Selector tool to store a possible drill down node
    Syntax
    'Declaration
     
    
    Public Overridable Sub InitDrillDown( _
       ByVal node As INNode _
    ) 
    'Usage
     
    
    Dim instance As NSelection
    Dim node As INNode
     
    instance.InitDrillDown(node)
    public virtual void InitDrillDown( 
       INNode node
    )

    Parameters

    node
    node for drill down
    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