ComboBoxMemberData
Description:
Constructs a new instance of ComboBoxMemberData.
Constructs a new instance of ComboBoxMemberData.
public ComboBoxMemberData(
string name,
string text
)
-
StringnameThe internal name of the ComboBoxMember.
-
StringtextThe user visible text seen on the item.
-
Thrown whennullNothingnullptra null reference (Nothingin Visual Basic)is passed for one or more arguments.
-
Thrown when an empty string is passed for one or more arguments.