C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputComboBoxItemCollection Class / RemoveText Method

In This Topic
RemoveText Method (InputComboBoxItemCollection)
In This Topic
Removes the first occurrence of an InputOption with the specified text from the collection.
Syntax
'Declaration
 
Public Sub RemoveText( _
   ByVal text As String _
) 
 

Parameters

text
See Also