Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / GetChild Method
Name of child control


In This Topic
    GetChild Method
    In This Topic
    Gets a child control in the container.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetChild( _
       ByVal name As String _
    ) As Control
    'Usage
     
    
    Dim instance As SpreadChildControlContainer
    Dim name As String
    Dim value As Control
     
    value = instance.GetChild(name)
    public virtual Control GetChild( 
       string name
    )

    Parameters

    name
    Name of child control
    See Also