Click or drag to resize

ViewLeafAdd Method

Append a view to the collection.

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 override void Add(
	ViewBase item
)

Parameters

item  ViewBase
ViewBase reference.

Implements

ICollectionTAdd(T)
See Also