ImageGear .NET
AddOption(String) Method




The text to display in the new option.
Adds an option to the ListBox field.
Syntax
'Declaration
 
Public Overloads Sub AddOption( _
   ByVal optionLabel As String _
) 
'Usage
 
Dim instance As ListBox
Dim optionLabel As String
 
instance.AddOption(optionLabel)
public void AddOption( 
   string optionLabel
)
public: void AddOption( 
   string* optionLabel
) 
public:
void AddOption( 
   String^ optionLabel
) 

Parameters

optionLabel
The text to display in the new option.
See Also

Reference

ListBox Class
ListBox Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback