Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the item in the collection that matches the int being searched for.
Syntax
Visual Basic Public ReadOnly Property Item As int C# public int Item { get; } Managed C++ public: __property int get_Item(); JScript public function get Item() : int;
Possible Values
iItem The item in the collection. The property is read-only. The property has no default value.
Property Information
Applies To
TreeNodeCollection
See Also
Internet Explorer WebControls, About the TreeView WebControl