ImageGear .NET
AddOption(String,String) Method




The text to display in the option.
The export value of the option.
Adds an option to the ComboBox.
Syntax
'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
) 

Parameters

optionLabel
The text to display in the option.
exportValue
The export value of the option.
See Also

Reference

ComboBox Class
ComboBox Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback