UIDropdown.RemoveItem(string) Method
Definition¶
Namespace: Brine2D.UI
Removes an item from the dropdown.
public bool RemoveItem(string item);
Parameters¶
item System.String
Namespace: Brine2D.UI
Removes an item from the dropdown.
public bool RemoveItem(string item);
item System.String