InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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