Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / ClearChildren Method


In This Topic
    ClearChildren Method
    In This Topic
    Removes all the child controls from the container.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ClearChildren() 
    'Usage
     
    
    Dim instance As SpreadChildControlContainer
     
    instance.ClearChildren()
    public virtual void ClearChildren()
    See Also