Nevron .NET Vision
Nevron.Diagram Namespace / NSceneTreeViewControlState Class / SelectedNode Field


In This Topic
    SelectedNode Field
    In This Topic
    Holds the selected node in the tree
    Syntax
    'Declaration
     
    
    Public SelectedNode As INDiagramElement
    'Usage
     
    
    Dim instance As NSceneTreeViewControlState
    Dim value As INDiagramElement
     
    value = instance.SelectedNode
     
    instance.SelectedNode = value
    public INDiagramElement SelectedNode
    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