Gets the type of the node.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overrides ReadOnly Property NodeType As ASTreeViewNodeType |
| C# |
|---|
| public override ASTreeViewNodeType NodeType { get; } |
| C++ |
|---|
| public override property ASTreeViewNodeType NodeType override { ASTreeViewNodeType get(); } |
| J# |
|---|
| /** property */ public ASTreeViewNodeType get_NodeType(); |
| JScript |
|---|
| public function get NodeType() : ASTreeViewNodeType |
Property Value
The type of the node.