[]
Removes a child control from the specified sheet.
public virtual bool RemoveControl(Control child, int sheetIndex)
Public Overridable Function RemoveControl(child As Control, sheetIndex As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| Control | child | Child control being removed |
| int | sheetIndex | Sheet index |
| Type | Description |
|---|---|
| bool | True if the control was successfully removed; otherwise, false |