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

In This Topic
    OnInsert Method (InputComboBoxItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnInsert( _
       ByVal index As System.Integer, _
       ByVal value As System.Object _
    ) 
    protected virtual void OnInsert( 
       System.int index,
       System.object value
    )

    Parameters

    index
    value
    See Also