Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / Add Method / Add(Object,Boolean) Method
Element object
Whether to add as is, no cloning


In This Topic
    Add(Object,Boolean) Method
    In This Topic
    Adds an element to the collection and returns its index.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function Add( _
       ByVal e As Object, _
       ByVal noClone As Boolean _
    ) As Integer
    'Usage
     
    
    Dim instance As Elements
    Dim e As Object
    Dim noClone As Boolean
    Dim value As Integer
     
    value = instance.Add(e, noClone)
    public virtual int Add( 
       object e,
       bool noClone
    )

    Parameters

    e
    Element object
    noClone
    Whether to add as is, no cloning
    See Also