NetXP 3.0 Reference

DockObjectCollection.Item Property

Gets a object with the specified title.

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

See Also

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