ComponentOne InputPanel for WinForms
Insert Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > InputComponentCollection Class : Insert Method
Inserts the specified InputComponent into this collection at the given index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal component As InputComponent _
) 
public void Insert( 
   System.int index,
   InputComponent component
)

Parameters

index
component
See Also

Reference

InputComponentCollection Class
InputComponentCollection Members