NetXP 3.0 Reference

DockObjectCollection.Contains Method (String)

Does the list contain a object whose title matches the specified title?

[Visual Basic]
Overloads Public Function Contains( _
   ByVal value As String _
) As Boolean
[C#]
public bool Contains(
   string value
);

Parameters

value
The title to match.

Return Value

True if the list contains a object whose title matches the specified title.

See Also

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