Click or drag to resize

IDockingElementItem Property (String)

Gets the docking element with the specified name.

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#
IDockingElement this[
	string name
] { get; }

Parameters

name
Type: SystemString
Name of element.

Return Value

Type: IDockingElement
Docking element with specified name.
See Also