Click or drag to resize

KryptonRibbonGroupTripleCollectionAdd(KryptonRibbonGroupItem) Method

Append an item to the collection.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override void Add(
	KryptonRibbonGroupItem item
)

Parameters

item  KryptonRibbonGroupItem
Item reference.

Implements

ICollectionTAdd(T)
See Also