KryptonRibbonGroupTripleCollectionAdd Method (Object) |
Append an item to the collection.
Namespace:
Internal.ComponentFactory.Krypton.Ribbon
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public override int Add(
Object value
)
Parameters
- value
- Type: SystemObject
Object reference.
Return Value
Type:
Int32The position into which the new item was inserted.
Implements
IListAdd(Object)See Also