ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Object _
    ) As System.Integer
    public override System.int Add( 
       System.object value
    )

    Parameters

    value
    Element to add to the list.

    Return Value

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