Click or drag to resize

DockingElementClosedCollectionContains Method

Determines whether the collection contains the docking element.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual bool Contains(
	IDockingElement item
)

Parameters

item  IDockingElement
IDockingElement reference.

Return Value

Boolean
True if view found; otherwise false.
See Also