Click or drag to resize

KryptonRibbonGroupTripleCollectionAdd(Object) 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 int Add(
	Object value
)

Parameters

value  Object
Object reference.

Return Value

Int32
The position into which the new item was inserted.

Implements

IListAdd(Object)
See Also