Nevron .NET Vision
Nevron.Editors Namespace / NThemeExplorer Class / Nodes Property


In This Topic
    Nodes Property (NThemeExplorer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("TreeViewNodesDescr")>
    <System.ComponentModel.MergablePropertyAttribute(False)>
    Public ReadOnly Property Nodes As System.Windows.Forms.TreeNodeCollection
    'Usage
     
    
    Dim instance As NThemeExplorer
    Dim value As System.Windows.Forms.TreeNodeCollection
     
    value = instance.Nodes
    [SRCategory("CatBehavior")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("TreeViewNodesDescr")]
    [System.ComponentModel.MergableProperty(false)]
    public System.Windows.Forms.TreeNodeCollection Nodes {get;}
    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