<Code Lib>
2026 Constructor
Changes 0
C

ComboBoxMemberData()

Description:
Constructs a new instance of ComboBoxMemberData.

public ComboBoxMemberData(
	string name,
	string text
)

  • String
    name
    The internal name of the ComboBoxMember.
  • String
    text
    The user visible text seen on the item.

Loading…