Spread Windows Forms 12.0 Product Documentation
RemoveByName Method


FarPoint.Win Assembly > FarPoint.Win Namespace > Elements Class : RemoveByName Method
Name of the element
Removes the specified element (by name) from the collection.
Syntax
'Declaration
 
Public Overridable Sub RemoveByName( _
   ByVal elementName As String _
) 
'Usage
 
Dim instance As Elements
Dim elementName As String
 
instance.RemoveByName(elementName)
public virtual void RemoveByName( 
   string elementName
)

Parameters

elementName
Name of the element
See Also

Reference

Elements Class
Elements Members