Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / Remove Method
Element object


In This Topic
    Remove Method (Elements)
    In This Topic
    Removes the specified element from the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Remove( _
       ByVal e As Object _
    ) 
    'Usage
     
    
    Dim instance As Elements
    Dim e As Object
     
    instance.Remove(e)
    public virtual void Remove( 
       object e
    )

    Parameters

    e
    Element object
    See Also