InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComboBoxItemCollection Class / InsertText Method

In This Topic
    InsertText Method (InputComboBoxItemCollection)
    In This Topic
    Inserts an InputOption with the specified text into this collection at the given index.
    Syntax
    'Declaration
     
    Public Sub InsertText( _
       ByVal index As Integer, _
       ByVal text As String _
    ) 
    public void InsertText( 
       int index,
       string text
    )

    Parameters

    index
    text
    See Also