ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > ComboBox Class > AddOption Method : AddOption(String,String) Method |
'Declaration Public Overloads Sub AddOption( _ ByVal optionLabel As String, _ ByVal exportValue As String _ )
'Usage Dim instance As ComboBox Dim optionLabel As String Dim exportValue As String instance.AddOption(optionLabel, exportValue)
public void AddOption( string optionLabel, string exportValue )
public: void AddOption( string* optionLabel, string* exportValue )
public: void AddOption( String^ optionLabel, String^ exportValue )