public ChoiceOption AddOption( string optionLabel, string exportValue )
public: ChoiceOption* AddOption( string* optionLabel, string* exportValue )
public: ChoiceOption^ AddOption( String^ optionLabel, String^ exportValue )
'Declaration Public Overloads Function AddOption( _ ByVal optionLabel As String, _ ByVal exportValue As String _ ) As ChoiceOption
'Usage Dim instance As ComboBox Dim optionLabel As String Dim exportValue As String Dim value As ChoiceOption value = instance.AddOption(optionLabel, exportValue)
ComboBox Class ComboBox Members Overload List