Click or drag to resize

PopupListItemsSetterCreateItem Method

Creates an item for the specified item context.

Namespace:  Slash.Unity.DataBind.UI.NGUI.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override void CreateItem(
	Object itemContext,
	int itemIndex
)

Parameters

itemContext
Type: SystemObject
Item context for the item to create.
itemIndex
Type: SystemInt32
Index of item to create.
See Also