Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / RemoveByName Method
Name of the element


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

Parameters

elementName
Name of the element
See Also