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