Spread Windows Forms 12.0 Product Documentation
Remove Method (Elements)


FarPoint.Win Assembly > FarPoint.Win Namespace > Elements Class : Remove Method
Element object
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

Reference

Elements Class
Elements Members