ComponentOne InputPanel for WinForms
InsertText Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > InputComboBoxItemCollection Class : InsertText Method
Inserts an InputOption with the specified text into this collection at the given index.
Syntax
'Declaration
 
Public Sub InsertText( _
   ByVal index As System.Integer, _
   ByVal text As System.String _
) 
public void InsertText( 
   System.int index,
   System.string text
)

Parameters

index
text
See Also

Reference

InputComboBoxItemCollection Class
InputComboBoxItemCollection Members