Tree Node EnumeratorCurrent Property
Type-safe enumerator Current method
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The current item or null if there are no items
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public TreeNode? Current { get; }VB
Public ReadOnly Property Current As TreeNode
GetC++
public:
property TreeNode^ Current {
TreeNode^ get ();
}F#
member Current : TreeNode with getReturn Value
TreeNodeThe current item or null if there are no items