Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / RemoveChild Method
Name of shape


In This Topic
    RemoveChild Method
    In This Topic
    Removes the child control from the container.
    Syntax
    'Declaration
     
    
    Public Overridable Function RemoveChild( _
       ByVal name As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChildControlContainer
    Dim name As String
    Dim value As Boolean
     
    value = instance.RemoveChild(name)
    public virtual bool RemoveChild( 
       string name
    )

    Parameters

    name
    Name of shape
    See Also