InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 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 _
    ) 
    public void RemoveText( 
       string text
    )

    Parameters

    text
    See Also