ComboBox.AddItem
Description:
Adds a new item to the ComboBox.
Adds a new item to the ComboBox.
public ComboBoxMember AddItem(
ComboBoxMemberData memberData
)
-
memberDataAn object 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.