NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeView.TopNode

The first visible node in the TreeView. Initially the first root node is at the top of the TreeView, but if the contents have been scrolled another node may be at the top.

[Visual Basic]
Public ReadOnly Property TopNode As TreeNode
[C#]
public TreeNode TopNode {get;}
[C++]
public: __property TreeNode* get_TopNode();
[JScript]
public function get TopNode() : TreeNode;

See Also

TreeView Class | TreeView Members | System.WinForms Namespace