AddControl(Control,Int32,Int32,Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub AddControl( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void AddControl(
System.Windows.Forms.Control ,
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- ctl
- row
- col
- rowSpan
- colSpan
See Also