TreeNodeTypes Property

Retrieves a collection of TreeNodeType objects that are in the TreeView.

Syntax

Visual Basic  Public  ReadOnly Property TreeNodeTypes As TreeNodeTypeCollection
C# public  TreeNodeTypeCollection TreeNodeTypes { get; }
Managed C++ public:  __property TreeNodeTypeCollection get_TreeNodeTypes();
JScript public   function get TreeNodeTypes() : TreeNodeTypeCollection;

Possible Values

oTreeNodeTypes TreeNodeTypeCollection. Receives the TreeNodeType objects that are in the TreeView.

The property is read-only. The property has no default value.

Applies To

TREEVIEW

See Also

Internet Explorer WebControls, About the TreeView WebControl