[]
Represents an item of IListBox.
public class ListBoxItem : SelectorItem
Creates an empty item.
public ListBoxItem()
Creates an item with value.
public ListBoxItem(string value)
value
The value of item.