Click or drag to resize

ViewBaseContainsRecurse Method

Determines whether any part of the view hierarchy is the specified 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 abstract bool ContainsRecurse(
	ViewBase item
)

Parameters

item  ViewBase
ViewBase reference.

Return Value

Boolean
True if view found; otherwise false.
See Also