[]
public void AddControl(Control ctl, int row, int col, int rowSpan, int colSpan)
Public Sub AddControl(ctl As Control, row As Integer, col As Integer, rowSpan As Integer, colSpan As Integer)
| Type | Name | Description |
|---|---|---|
| Control | ctl | |
| int | row | |
| int | col | |
| int | rowSpan | |
| int | colSpan |
public void AddControl(Control ctl, int row, int col)
Public Sub AddControl(ctl As Control, row As Integer, col As Integer)
| Type | Name | Description |
|---|---|---|
| Control | ctl | |
| int | row | |
| int | col |