<Code Lib>
2025 Constructor
Changes 0
C

ComboBoxMemberData()

Description:
Constructs a new instance of ComboBoxMemberData.

public ComboBoxMemberData(
	string name,
	string text
)

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

Loading…