2027 Method
Changes 0
M

ComboBox.AddItem

Description:
Adds a new item to the ComboBox.
public ComboBoxMember AddItem(
	ComboBoxMemberData memberData
)
  • memberData
    An object containing the data needed to construct the ComboBoxMember.
Return Value ComboBoxMember The newly added ComboBoxMember.