Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / Clear Method


In This Topic
    Clear Method (Elements)
    In This Topic
    Removes all the elements from the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Clear() 
    'Usage
     
    
    Dim instance As Elements
     
    instance.Clear()
    public virtual void Clear()
    See Also