Tree Node EnumeratorMove Next Method
Move to the next element
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Returns true if not at the end, false if it is
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool MoveNext()VB
Public Function MoveNext As BooleanC++
public:
virtual bool MoveNext() sealedF#
abstract MoveNext : unit -> bool
override MoveNext : unit -> bool Return Value
BooleanReturns true if not at the end, false if it is