'Declaration
Public Overloads Sub AddControl( _
ByVal ctl As System.Windows.Forms.Control, _
ByVal row As System.Integer, _
ByVal col As System.Integer _
)
public void AddControl(
System.Windows.Forms.Control ctl,
System.int row,
System.int col
)
Parameters
ctl
Child System.Windows.Forms.Control to add.
row
Index of the row where the child control will be positioned.
col
Index of the column where the child control will be positioned.