2027 Method
Changes 0
M

ComboBox.AddItems

Description:
Adds a new items to the ComboBox.
public IList<ComboBoxMember> AddItems(
	IList<ComboBoxMemberData> memberData
)
  • memberData
    An object list containing the data needed to construct the ComboBoxMember.
Return Value IList<ComboBoxMember> The newly added ComboBoxMembers.