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


In This Topic
    AddChildLocator Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Sub AddChildLocator( _
       ByVal ctl As Control _
    ) 
    'Usage
     
    
    Dim instance As SpreadChildControlContainer
    Dim ctl As Control
     
    instance.AddChildLocator(ctl)
    public void AddChildLocator( 
       Control ctl
    )

    Parameters

    ctl
    See Also