Click or drag to resize

DockingElementGetParentType Method

Search up the parent chain looking for the specified type of object.

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 IDockingElement GetParentType(
	Type findType
)

Parameters

findType
Type: SystemType
Type of the instance we are searching for.

Return Value

Type: IDockingElement
Object reference if found and it implements IDockingElemnet; othrtwise null.
See Also