Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / RemoveByName Method
Name of the element


In This Topic
    RemoveByName Method (Elements)
    In This Topic
    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