Wimark.Controls Class Library  

TreeView.SelectedNodeCollection.Count Property

Returns the number of tree nodes in the collection.

[Visual Basic]
Overridable Public ReadOnly Property Count As Integer _
   Implements ICollection.Count 
[C#]
public virtual int Count {get;}
[C++]
public: __property virtual int get_Count();

Implements

ICollection.Count

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TreeView.SelectedNodeCollection Class | TreeView.SelectedNodeCollection Members | Wimark.Controls Namespace