C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / InputComponentCollection Class / Insert Method

In This Topic
Insert Method (InputComponentCollection)
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