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 As String _
)
public void RemoveText(
string
)
Parameters
- text
See Also