Method Add
Add(string, object)
Adds an item to the list control shown in the popup.
public virtual ListControlItem Add(string title, object value)
Parameters
titlestringDisplay text of the item which is shown to the user.
valueobjectValue associated with the item.
Returns
Add(object)
Adds an item to the list control shown in the popup.
public virtual ListControlItem Add(object item)
Parameters
itemobjectItem to add.
Returns
Remarks
If item is not of type ListControlItem, a new ListControlItem will be created with the provided value.
Add(ListControlItem)
Adds an item to the list control shown in the popup.
public virtual void Add(ListControlItem item)
Parameters
itemListControlItemItem to add.