InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ElementList Class / ElementList Constructor
The Element which owns this list.

In This Topic
    ElementList Constructor
    In This Topic
    Initializes a new instance of the ElementList class for the specified owning element.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As Element _
    )
    public ElementList( 
       Element owner
    )

    Parameters

    owner
    The Element which owns this list.
    See Also