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