C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputComboBoxItemCollection Class / Insert Method

In This Topic
Insert Method (InputComboBoxItemCollection)
In This Topic
Inserts the specified InputComponent into this collection at the given index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal component As InputComponent _
) 
 

Parameters

index
component
See Also