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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual bool Contains(
	IDockingElement item
)

Parameters

item
Type: Internal.ComponentFactory.Krypton.DockingIDockingElement
IDockingElement reference.

Return Value

Type: Boolean
True if view found; otherwise false.
See Also