NetXP 3.0 Reference

TabPageCollection.Item Property

Gets a tab page at the specified index.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As TabPage
[C#]
public TabPage this[
   int index
] {get;}

See Also

TabPageCollection Class | NETXP.Controls.Docking Namespace | TabPageCollection.Item Overload List