DropDown.RemoveItem Method (Int32)

GeonBit.UI

DropDownRemoveItem Method (Int32)
Remove item from the list, by index.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
Index of the item to remove.
See Also