Click or drag to resize

ViewDecoratorContains Method

Determines whether the collection contains the view.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override bool Contains(
	ViewBase item
)

Parameters

item  ViewBase
ViewBase reference.

Return Value

Boolean
True if view found; otherwise false.

Implements

ICollectionTContains(T)
See Also