<Code Lib>
2020 Method
Changes 0
M

ComboBox.AddItems

Description:
Adds a new items to the ComboBox.

public IList<ComboBoxMember> AddItems(
	IList<ComboBoxMemberData> memberData
)

Return Value IList<ComboBoxMember> The newly added ComboBoxMembers.

Loading…