Text Node for ASTreeView. It generates any html as tree node.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <SerializableAttribute> Public Class ASTreeViewTextNode Inherits ASTreeViewNode |
| C# |
|---|
| [SerializableAttribute] public class ASTreeViewTextNode : ASTreeViewNode |
| C++ |
|---|
| [SerializableAttribute] ref class ASTreeViewTextNode : ASTreeViewNode |
| J# |
|---|
| /** @attribute SerializableAttribute() */ public class ASTreeViewTextNode extends ASTreeViewNode |
| JScript |
|---|
| public SerializableAttribute class ASTreeViewTextNode extends ASTreeViewNode |
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
Geekees.Common.Controls.ASTreeViewNode
Geekees.Common.Controls.ASTreeViewTextNode
System.Collections.CollectionBase
Geekees.Common.Controls.ASTreeViewNode
Geekees.Common.Controls.ASTreeViewTextNode
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.