Reflection
AddText Method


The string to add to the drop down list
Adds a string to the drop down list.
Syntax
'Declaration
 
Sub AddText( _
   ByVal text As String _
) 
'Usage
 
Dim instance As ISmartDropDown
Dim text As String
 
instance.AddText(text)
void AddText( 
   string text
)

Parameters

text
The string to add to the drop down list
See Also