Click or drag to resize

UIComboInsertItem Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void InsertItem(
	int index,
	Object value,
	Object tag = null
)

Parameters

index  Int32
 
value  Object
 
tag  Object  (Optional)
 
See Also