AddControl(Control,Int32,Int32) Method
In This Topic
Adds a child control to the
C1Sizer and positions it at a given cell on the grid.
Syntax
'Declaration
Public Overloads Sub AddControl( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void AddControl(
System.Windows.Forms.Control ,
System.int ,
System.int
)
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.
See Also