NetXP 3.0 Reference

DockObjectCollection.Contains Method

Does the list contain the specified object?

Overload List

Does the list contain the specified object?

public bool Contains(DockObject);

Does the list contain any of a bunch of objects?

public bool Contains(DockObjectCollection);

Does the list contain a object whose title matches any of the specified titles?

public bool Contains(StringCollection);

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

public bool Contains(string);

See Also

DockObjectCollection Class | NETXP.Controls.Docking Namespace