| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Handle As IntPtr | |
| C# | |
|---|---|
public IntPtr Handle {get;} | |
The handle is just an integer that uniquely identifies a node during a session, even across different tree controls.
However, be aware that this handle is only valid during the session and is therefore not persistable.
The following sample code illustrates some of the information exposed by a mode.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win.UltraWinTree | |
| C# | Copy Code |
|---|---|
using System.Diagnostics; | |
