[]
Removes the child control from the control container for the sheet.
public virtual void RemoveControl(Control child)
Public Overridable Sub RemoveControl(child As Control)
Type | Name | Description |
---|---|---|
Control | child | Child control |
Removes the child control, by name, from the control container for the sheet.
public virtual void RemoveControl(string name)
Public Overridable Sub RemoveControl(name As String)
Type | Name | Description |
---|---|---|
string | name | Name of child control |