Click or drag to resize

ViewCompositeContainsRecurse 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public override bool ContainsRecurse(
	ViewBase item
)

Parameters

item
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
ViewBase reference.

Return Value

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