Click or drag to resize

PopupListItemsSetterRemoveItem Method

Removes the item with 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 RemoveItem(
	Object itemContext
)

Parameters

itemContext
Type: SystemObject
Item context of the item to remove.
See Also