InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ElementList Class / Add Method
Element to add to the list.

In This Topic
    Add Method (ElementList)
    In This Topic
    Adds an Element to the list.
    Syntax
    'Declaration
     
    Public Overrides Function Add( _
       ByVal value As Object _
    ) As Integer
    public override int Add( 
       object value
    )

    Parameters

    value
    Element to add to the list.

    Return Value

    The index of the new object in the list.
    See Also