NetXP 3.0 Reference

DockObjectCollection.Contains Method (DockObject)

Does the list contain the specified object?

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

Parameters

value
The object.

Return Value

True if the list contains the object.

See Also

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