'Declaration
<CLSCompliantAttribute(True)> <ComVisibleAttribute(False)> <ExceptionContractAnnotationAttribute(True)> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <DesignerCategoryAttribute("Component")> <SerializableAttribute()> Public Class Node Inherits OpcLabs.BaseLib.Widgets.Widget Implements OpcLabs.BaseLib.Graphs.ITreeTraversable, OpcLabs.BaseLib.Graphs.ITreeTraversable(Of Node), INode, OpcLabs.BaseLib.Widgets.ComTypes._Widget, System.Collections.Generic.IEnumerable(Of Node), System.Collections.IEnumerable, System.ComponentModel.IComponent, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.INotifyPropertyChanging, System.ICloneable, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
'Usage
Dim instance As Node
[CLSCompliant(true)] [ComVisible(false)] [ExceptionContractAnnotation(true)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DesignerCategory("Component")] [Serializable()] public class Node : OpcLabs.BaseLib.Widgets.Widget, OpcLabs.BaseLib.Graphs.ITreeTraversable, OpcLabs.BaseLib.Graphs.ITreeTraversable<Node>, INode, OpcLabs.BaseLib.Widgets.ComTypes._Widget, System.Collections.Generic.IEnumerable<Node>, System.Collections.IEnumerable, System.ComponentModel.IComponent, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.INotifyPropertyChanging, System.ICloneable, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
[CLSCompliant(true)] [ComVisible(false)] [ExceptionContractAnnotation(true)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DesignerCategory("Component")] [Serializable()] public ref class Node : public OpcLabs.BaseLib.Widgets.Widget, OpcLabs.BaseLib.Graphs.ITreeTraversable, OpcLabs.BaseLib.Graphs.ITreeTraversable<Node>, INode, OpcLabs.BaseLib.Widgets.ComTypes._Widget, System.Collections.Generic.IEnumerable<Node>, System.Collections.IEnumerable, System.ComponentModel.IComponent, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.INotifyPropertyChanging, System.ICloneable, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable