dbicList Send comments on this topic.
Clear Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class : Clear Method

This method will remove all the items from the collection.  To remove a single item, use Remove Method.

Syntax

Visual Basic (Declaration) 
Public Shadows Sub Clear() 
C# 
public new void Clear()

Remarks

This method will remove all the items from the collection.  To remove a single item, use Remove Method.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also