NetXP 3.0 Reference

TabPageCollection.Item Property

Gets a tab page with the specified title.

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

See Also

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