Click or drag to resize

ButtonSpecCollectionTAdd(Object) Method

Append a button spec to the collection.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int Add(
	Object value
)

Parameters

value  Object
Object reference.

Return Value

Int32
The position into which the new button spec was inserted.

Implements

IListAdd(Object)
See Also