ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ElementList Class / Insert Method
Index where the Element will be inserted.
Element to add to the list.

In This Topic
    Insert Method (ElementList)
    In This Topic
    Inserts an Element at a specified index.
    Syntax
    'Declaration
     
    Public Overrides Sub Insert( _
       ByVal index As System.Integer, _
       ByVal value As System.Object _
    ) 
    public override void Insert( 
       System.int index,
       System.object value
    )

    Parameters

    index
    Index where the Element will be inserted.
    value
    Element to add to the list.
    See Also