ViewBaseContainsRecurse Method |
Determines whether any part of the view hierarchy is the specified view.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic abstract bool ContainsRecurse(
ViewBase item
)
Parameters
- item ViewBase
- ViewBase reference.
Return Value
BooleanTrue if view found; otherwise false.
See Also