ComboBox.AddItems
Description:
Adds a new items to the ComboBox.
Adds a new items to the ComboBox.
public IList<ComboBoxMember> AddItems(
IList<ComboBoxMemberData> memberData
)
-
IList<ComboBoxMemberData>memberDataAn object list containing the data needed to construct the ComboBoxMember.
-
Thrown when memberData is.
-
Thrown when button with memberData.Name already exists in the drop-down list.