Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / GetNextChildControl Method
Name of child control to start


In This Topic
GetNextChildControl Method
In This Topic
Gets the next child control in the container.
Syntax
'Declaration
 
Public Overridable Function GetNextChildControl( _
   ByVal startChild As Control _
) As Control
 
'Usage
 
Dim instance As SpreadChildControlContainer
Dim startChild As Control
Dim value As Control
 
value = instance.GetNextChildControl(startChild)

Parameters

startChild
Name of child control to start
See Also