TreeNodeStyleCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the TreeNodeStyle object at the specified index in the TreeNodeStyleCollection object.
public:
property System::Web::UI::WebControls::TreeNodeStyle ^ default[int] { System::Web::UI::WebControls::TreeNodeStyle ^ get(int i); void set(int i, System::Web::UI::WebControls::TreeNodeStyle ^ value); };
public System.Web.UI.WebControls.TreeNodeStyle this[int i] { get; set; }
member this.Item(int) : System.Web.UI.WebControls.TreeNodeStyle with get, set
Default Public Property Item(i As Integer) As TreeNodeStyle
Parameters
- i
- Int32
The zero-based index of the TreeNodeStyle to retrieve.
Property Value
The TreeNodeStyle at the specified index in the TreeNodeStyleCollection.
Remarks
Use the Item[] index property to access a TreeNodeStyle object from the TreeNodeStyleCollection object at the specified index by using array notation. The collection is zero-based.